Shades of Flame Red #881924
Tints of Flame Red #881924
RGB
CMYK
RGB Variations
Color information
#881924 (or 0x881924) is known color: Flame Red. HEX triplet: 88, 19 and 24. RGB value is (136,25,36). Sum of RGB (Red+Green+Blue) = 136+25+36=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #881924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881924 is #77E6DB. Grayscale: #3B3B3B. Windows color (decimal): -7857884 or 2365832. OLE color: 2365832.
HSL color Cylindrical-coordinate representation of color #881924: hue angle of 354.05º 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 #881924 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 36 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.47 |
| HSL | 354.05º | 0.69% | 0.32% | - |
| HSV(B) | 354.05º | 0.82% | 0.53% | - |
| XYZ | 10.82 | 6.06 | 2.27 | - |
| YUV | 59.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 36 | 0 | 0.82 | 0.74 | 0.47 | 354.05 | 0.69 | 0.32 |
| Hex | 88 | 19 | 24 | 0 | 52 | 4A | 2F | 162 | 45 | 20 |
| Octal | 210 | 31 | 44 | 0 | 122 | 112 | 57 | 542 | 105 | 40 |
| Binary | 10001000 | 11001 | 100100 | 0 | 1010010 | 1001010 | 101111 | 101100010 | 1000101 | 100000 |
Color Harmonies of #881924
Complementary color
Monochromatic Colors of #881924
Black with #881924
Text Example
Text Example
White with #881924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881924; }
p { color: rgb(136,25,36); }
H1.HeaderClassName
{
color: #881924;
}
.AnyTagClassName
{
color: #881924;
}
</style>
background-color css
<style>
a { background-color: #881924; }
a { background-color: rgb(136,25,36); }
div.DivClassName
{
background-color: #881924;
}
.BgClassName
{
background-color: #881924;
}
</style>
border-color css
<style>
span { border-color: #881924; }
span { border-color: rgb(136,25,36); }
td.TdClassName
{
border-color: #881924;
}
.TagClassName
{
border-color: #881924;
}
</style>