Shades of Flame Red #881C24
Tints of Flame Red #881C24
RGB
CMYK
RGB Variations
Color information
#881C24 (or 0x881C24) is known color: Flame Red. HEX triplet: 88, 1C and 24. RGB value is (136,28,36). Sum of RGB (Red+Green+Blue) = 136+28+36=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #881C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C24 is #77E3DB. Grayscale: #3D3D3D. Windows color (decimal): -7857116 or 2366600. OLE color: 2366600.
HSL color Cylindrical-coordinate representation of color #881C24: hue angle of 355.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C24 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 36 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.47 |
| HSL | 355.56º | 0.66% | 0.32% | - |
| HSV(B) | 355.56º | 0.79% | 0.53% | - |
| XYZ | 10.89 | 6.19 | 2.29 | - |
| YUV | 61.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 36 | 0 | 0.79 | 0.74 | 0.47 | 355.56 | 0.66 | 0.32 |
| Hex | 88 | 1C | 24 | 0 | 4F | 4A | 2F | 164 | 42 | 20 |
| Octal | 210 | 34 | 44 | 0 | 117 | 112 | 57 | 544 | 102 | 40 |
| Binary | 10001000 | 11100 | 100100 | 0 | 1001111 | 1001010 | 101111 | 101100100 | 1000010 | 100000 |
Color Harmonies of #881C24
Complementary color
Monochromatic Colors of #881C24
Black with #881C24
Text Example
Text Example
White with #881C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C24; }
p { color: rgb(136,28,36); }
H1.HeaderClassName
{
color: #881C24;
}
.AnyTagClassName
{
color: #881C24;
}
</style>
background-color css
<style>
a { background-color: #881C24; }
a { background-color: rgb(136,28,36); }
div.DivClassName
{
background-color: #881C24;
}
.BgClassName
{
background-color: #881C24;
}
</style>
border-color css
<style>
span { border-color: #881C24; }
span { border-color: rgb(136,28,36); }
td.TdClassName
{
border-color: #881C24;
}
.TagClassName
{
border-color: #881C24;
}
</style>