Shades of Flame Red #881820
Tints of Flame Red #881820
RGB
CMYK
RGB Variations
Color information
#881820 (or 0x881820) is known color: Flame Red. HEX triplet: 88, 18 and 20. RGB value is (136,24,32). Sum of RGB (Red+Green+Blue) = 136+24+32=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #881820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881820 is #77E7DF. Grayscale: #3A3A3A. Windows color (decimal): -7858144 or 2103432. OLE color: 2103432.
HSL color Cylindrical-coordinate representation of color #881820: hue angle of 355.71º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881820 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 24 | 32 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.47 |
| HSL | 355.71º | 0.7% | 0.31% | - |
| HSV(B) | 355.71º | 0.82% | 0.53% | - |
| XYZ | 10.74 | 5.99 | 1.96 | - |
| YUV | 58.4 | 113.11 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 24 | 32 | 0 | 0.82 | 0.76 | 0.47 | 355.71 | 0.7 | 0.31 |
| Hex | 88 | 18 | 20 | 0 | 52 | 4C | 2F | 164 | 46 | 1F |
| Octal | 210 | 30 | 40 | 0 | 122 | 114 | 57 | 544 | 106 | 37 |
| Binary | 10001000 | 11000 | 100000 | 0 | 1010010 | 1001100 | 101111 | 101100100 | 1000110 | 11111 |
Color Harmonies of #881820
Complementary color
Monochromatic Colors of #881820
Black with #881820
Text Example
Text Example
White with #881820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881820; }
p { color: rgb(136,24,32); }
H1.HeaderClassName
{
color: #881820;
}
.AnyTagClassName
{
color: #881820;
}
</style>
background-color css
<style>
a { background-color: #881820; }
a { background-color: rgb(136,24,32); }
div.DivClassName
{
background-color: #881820;
}
.BgClassName
{
background-color: #881820;
}
</style>
border-color css
<style>
span { border-color: #881820; }
span { border-color: rgb(136,24,32); }
td.TdClassName
{
border-color: #881820;
}
.TagClassName
{
border-color: #881820;
}
</style>