Shades of Flame Red #872429
Tints of Flame Red #872429
RGB
CMYK
RGB Variations
Color information
#872429 (or 0x872429) is known color: Flame Red. HEX triplet: 87, 24 and 29. RGB value is (135,36,41). Sum of RGB (Red+Green+Blue) = 135+36+41=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #872429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872429 is #78DBD6. Grayscale: #424242. Windows color (decimal): -7920599 or 2696327. OLE color: 2696327.
HSL color Cylindrical-coordinate representation of color #872429: hue angle of 356.97º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872429 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 36 | 41 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.47 |
| HSL | 356.97º | 0.58% | 0.34% | - |
| HSV(B) | 356.97º | 0.73% | 0.53% | - |
| XYZ | 11.02 | 6.57 | 2.79 | - |
| YUV | 66.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 41 | 0 | 0.73 | 0.70 | 0.47 | 356.97 | 0.58 | 0.34 |
| Hex | 87 | 24 | 29 | 0 | 49 | 46 | 2F | 165 | 3A | 22 |
| Octal | 207 | 44 | 51 | 0 | 111 | 106 | 57 | 545 | 72 | 42 |
| Binary | 10000111 | 100100 | 101001 | 0 | 1001001 | 1000110 | 101111 | 101100101 | 111010 | 100010 |
Color Harmonies of #872429
Complementary color
Monochromatic Colors of #872429
Black with #872429
Text Example
Text Example
White with #872429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872429; }
p { color: rgb(135,36,41); }
H1.HeaderClassName
{
color: #872429;
}
.AnyTagClassName
{
color: #872429;
}
</style>
background-color css
<style>
a { background-color: #872429; }
a { background-color: rgb(135,36,41); }
div.DivClassName
{
background-color: #872429;
}
.BgClassName
{
background-color: #872429;
}
</style>
border-color css
<style>
span { border-color: #872429; }
span { border-color: rgb(135,36,41); }
td.TdClassName
{
border-color: #872429;
}
.TagClassName
{
border-color: #872429;
}
</style>