Html Css Color HEX #88181F Flame Red

📋 copy color: '#88181F'

red 136 ◦ green 24 ◦ blue 31

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

Shades of Flame Red #88181F

Tints of Flame Red #88181F

RGB

 RED value IS 136 (53.52% from 255) = 71.2%

 GREEN value IS 24 (9.77% from 255) = 12.57%

 BLUE value IS 31 (12.5% from 255) = 16.23%

R = 71.2%
G = 12.57%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88181F (or 0x88181F) is known color: Flame Red. HEX triplet: 88, 18 and 1F. RGB value is (136,24,31). Sum of RGB (Red+Green+Blue) = 136+24+31=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #88181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88181F is #77E7E0. Grayscale: #3A3A3A. Windows color (decimal): -7858145 or 2037896. OLE color: 2037896.

HSL color Cylindrical-coordinate representation of color #88181F: hue angle of 356.25º 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 #88181F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 31 -
CMYK 0 0.82 0.77 0.47
HSL 356.25º 0.7% 0.31% -
HSV(B) 356.25º 0.82% 0.53% -
XYZ 10.73 5.99 1.89 -
YUV 58.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 136 24 31 0 0.82 0.77 0.47 356.25 0.7 0.31
Hex 88 18 1F 0 52 4D 2F 164 46 1F
Octal 210 30 37 0 122 115 57 544 106 37
Binary 10001000 11000 11111 0 1010010 1001101 101111 101100100 1000110 11111

Color Harmonies of #88181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88181F

Black with #88181F

Text Example


Text Example

White with #88181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88181F; }

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

 H1.HeaderClassName
 {
   color: #88181F;
 }
 .AnyTagClassName
 {
   color: #88181F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #88181F;
 }
 .BgClassName
 {
   background-color: #88181F;
 }
</style>

border-color css

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

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

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