Shades of Flame Red #881624
Tints of Flame Red #881624
RGB
CMYK
RGB Variations
Color information
#881624 (or 0x881624) is known color: Flame Red. HEX triplet: 88, 16 and 24. RGB value is (136,22,36). Sum of RGB (Red+Green+Blue) = 136+22+36=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #881624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881624 is #77E9DB. Grayscale: #393939. Windows color (decimal): -7858652 or 2365064. OLE color: 2365064.
HSL color Cylindrical-coordinate representation of color #881624: hue angle of 352.63º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881624 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 36 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.47 |
| HSL | 352.63º | 0.72% | 0.31% | - |
| HSV(B) | 352.63º | 0.84% | 0.53% | - |
| XYZ | 10.76 | 5.94 | 2.25 | - |
| YUV | 57.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 36 | 0 | 0.84 | 0.74 | 0.47 | 352.63 | 0.72 | 0.31 |
| Hex | 88 | 16 | 24 | 0 | 54 | 4A | 2F | 161 | 48 | 1F |
| Octal | 210 | 26 | 44 | 0 | 124 | 112 | 57 | 541 | 110 | 37 |
| Binary | 10001000 | 10110 | 100100 | 0 | 1010100 | 1001010 | 101111 | 101100001 | 1001000 | 11111 |
Color Harmonies of #881624
Complementary color
Monochromatic Colors of #881624
Black with #881624
Text Example
Text Example
White with #881624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881624; }
p { color: rgb(136,22,36); }
H1.HeaderClassName
{
color: #881624;
}
.AnyTagClassName
{
color: #881624;
}
</style>
background-color css
<style>
a { background-color: #881624; }
a { background-color: rgb(136,22,36); }
div.DivClassName
{
background-color: #881624;
}
.BgClassName
{
background-color: #881624;
}
</style>
border-color css
<style>
span { border-color: #881624; }
span { border-color: rgb(136,22,36); }
td.TdClassName
{
border-color: #881624;
}
.TagClassName
{
border-color: #881624;
}
</style>