#881718

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

Shades of Flame Red #881718

Tints of Flame Red #881718

Color information

#881718 (or 0x881718) is unknown color: approx Flame Red. HEX triplet: 88, 17 and 18. RGB value is (136,23,24). Sum of RGB (Red+Green+Blue) = 136+23+24=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #881718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881718 is #77E8E7. Grayscale: #393939. Windows color (decimal): -7858408 or 1578888. OLE color: 1578888.

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

Color convert

RGB1362324-
CMYK00.830.820.47
HSL359.47º71.07%31.18%-
HSV(B)359.47º83.09%53.33%-
XYZ10.625.911.45-
YUV56.9109.44184.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 74.32%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=74.32%
G=12.57%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136232400.830.820.47359.4771.0731.18
Hex881718053522F167471f
Octal210273001231225754710737
Binary100010001011111000010100111010010101111101100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881718; }

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

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

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

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

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

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

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

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