Shades of Flame Red #88191C
Tints of Flame Red #88191C
RGB
CMYK
RGB Variations
Color information
#88191C (or 0x88191C) is known color: Flame Red. HEX triplet: 88, 19 and 1C. RGB value is (136,25,28). Sum of RGB (Red+Green+Blue) = 136+25+28=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #88191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88191C is #77E6E3. Grayscale: #3A3A3A. Windows color (decimal): -7857892 or 1841544. OLE color: 1841544.
HSL color Cylindrical-coordinate representation of color #88191C: hue angle of 358.38º 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 #88191C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 28 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.47 |
| HSL | 358.38º | 0.69% | 0.32% | - |
| HSV(B) | 358.38º | 0.82% | 0.53% | - |
| XYZ | 10.71 | 6.01 | 1.69 | - |
| YUV | 58.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 28 | 0 | 0.82 | 0.79 | 0.47 | 358.38 | 0.69 | 0.32 |
| Hex | 88 | 19 | 1C | 0 | 52 | 4F | 2F | 166 | 45 | 20 |
| Octal | 210 | 31 | 34 | 0 | 122 | 117 | 57 | 546 | 105 | 40 |
| Binary | 10001000 | 11001 | 11100 | 0 | 1010010 | 1001111 | 101111 | 101100110 | 1000101 | 100000 |
Color Harmonies of #88191C
Complementary color
Monochromatic Colors of #88191C
Black with #88191C
Text Example
Text Example
White with #88191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88191C; }
p { color: rgb(136,25,28); }
H1.HeaderClassName
{
color: #88191C;
}
.AnyTagClassName
{
color: #88191C;
}
</style>
background-color css
<style>
a { background-color: #88191C; }
a { background-color: rgb(136,25,28); }
div.DivClassName
{
background-color: #88191C;
}
.BgClassName
{
background-color: #88191C;
}
</style>
border-color css
<style>
span { border-color: #88191C; }
span { border-color: rgb(136,25,28); }
td.TdClassName
{
border-color: #88191C;
}
.TagClassName
{
border-color: #88191C;
}
</style>