Shades of Flame Red #881921
Tints of Flame Red #881921
RGB
CMYK
RGB Variations
Color information
#881921 (or 0x881921) is known color: Flame Red. HEX triplet: 88, 19 and 21. RGB value is (136,25,33). Sum of RGB (Red+Green+Blue) = 136+25+33=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #881921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881921 is #77E6DE. Grayscale: #3B3B3B. Windows color (decimal): -7857887 or 2169224. OLE color: 2169224.
HSL color Cylindrical-coordinate representation of color #881921: hue angle of 355.68º 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 #881921 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 33 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.47 |
| HSL | 355.68º | 0.69% | 0.32% | - |
| HSV(B) | 355.68º | 0.82% | 0.53% | - |
| XYZ | 10.78 | 6.04 | 2.04 | - |
| YUV | 59.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 33 | 0 | 0.82 | 0.76 | 0.47 | 355.68 | 0.69 | 0.32 |
| Hex | 88 | 19 | 21 | 0 | 52 | 4C | 2F | 164 | 45 | 20 |
| Octal | 210 | 31 | 41 | 0 | 122 | 114 | 57 | 544 | 105 | 40 |
| Binary | 10001000 | 11001 | 100001 | 0 | 1010010 | 1001100 | 101111 | 101100100 | 1000101 | 100000 |
Color Harmonies of #881921
Complementary color
Monochromatic Colors of #881921
Black with #881921
Text Example
Text Example
White with #881921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881921; }
p { color: rgb(136,25,33); }
H1.HeaderClassName
{
color: #881921;
}
.AnyTagClassName
{
color: #881921;
}
</style>
background-color css
<style>
a { background-color: #881921; }
a { background-color: rgb(136,25,33); }
div.DivClassName
{
background-color: #881921;
}
.BgClassName
{
background-color: #881921;
}
</style>
border-color css
<style>
span { border-color: #881921; }
span { border-color: rgb(136,25,33); }
td.TdClassName
{
border-color: #881921;
}
.TagClassName
{
border-color: #881921;
}
</style>