#88191E

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

Shades of Flame Red #88191E

Tints of Flame Red #88191E

Color information

#88191E (or 0x88191E) is unknown color: approx Flame Red. HEX triplet: 88, 19 and 1E. RGB value is (136,25,30). Sum of RGB (Red+Green+Blue) = 136+25+30=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #88191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88191E is #77E6E1. Grayscale: #3A3A3A. Windows color (decimal): -7857890 or 1972616. OLE color: 1972616.

HSL color Cylindrical-coordinate representation of color #88191E: hue angle of 357.3º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88191E is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1362530-
CMYK00.820.780.47
HSL357.3º68.94%31.57%-
HSV(B)357.3º81.62%53.33%-
XYZ10.746.021.83-
YUV58.76111.77183.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.20%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=71.20%
G=13.09%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136253000.820.780.47357.368.9431.57
Hex88191E0524E2F1654520
Octal210313601221165754510540
Binary1000100011001111100101001010011101011111011001011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88191E; }

 p { color: rgb(136,25,30); }

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

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

 a { background-color: rgb(136,25,30); }

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

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

 span { border-color: rgb(136,25,30); }

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