Html Css Color HEX #881718 Flame Red

📋 copy color: '#881718'

red 136 ◦ green 23 ◦ blue 24

#881718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #881718

Tints of Flame Red #881718

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 value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#881718 (or 0x881718) is known color: 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

RGB 136 23 24 -
CMYK 0 0.83 0.82 0.47
HSL 359.47º 0.71% 0.31% -
HSV(B) 359.47º 0.83% 0.53% -
XYZ 10.62 5.91 1.45 -
YUV 56.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 136 23 24 0 0.83 0.82 0.47 359.47 0.71 0.31
Hex 88 17 18 0 53 52 2F 167 47 1F
Octal 210 27 30 0 123 122 57 547 107 37
Binary 10001000 10111 11000 0 1010011 1010010 101111 101100111 1000111 11111

Color Harmonies of #881718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881718

Black with #881718

Text Example


Text Example

White with #881718

Text Example


Text Example

HTML Codes & Css Web 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>