#881823

Color #881823 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #881823

Tints of Flame Red #881823

Color information

#881823 (or 0x881823) is unknown color: approx Flame Red. HEX triplet: 88, 18 and 23. RGB value is (136,24,35). Sum of RGB (Red+Green+Blue) = 136+24+35=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #881823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881823 is #77E7DC. Grayscale: #3A3A3A. Windows color (decimal): -7858141 or 2300040. OLE color: 2300040.

HSL color Cylindrical-coordinate representation of color #881823: hue angle of 354.11º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881823 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB1362435-
CMYK00.820.740.47
HSL354.11º70%31.37%-
HSV(B)354.11º82.35%53.33%-
XYZ10.786.012.18-
YUV58.74114.61183.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 69.74%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=69.74%
G=12.31%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136243500.820.740.47354.117031.37
Hex8818230524A2F162461f
Octal210304301221125754210637
Binary1000100011000100011010100101001010101111101100010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881823; }

 p { color: rgb(136,24,35); }

 H1.HeaderClassName
 {
   color: #881823;
 }
 .AnyTagClassName
 {
   color: #881823;
 }
</style>
background-color css

<style>
 a { background-color: #881823; }

 a { background-color: rgb(136,24,35); }

 div.DivClassName
 {
   background-color: #881823;
 }
 .BgClassName
 {
   background-color: #881823;
 }
</style>
border-color css

<style>
 span { border-color: #881823; }

 span { border-color: rgb(136,24,35); }

 td.TdClassName
 {
   border-color: #881823;
 }
 .TagClassName
 {
   border-color: #881823;
 }
</style>