Shades of Flame Red #872224
Tints of Flame Red #872224
RGB
CMYK
RGB Variations
Color information
#872224 (or 0x872224) is known color: Flame Red. HEX triplet: 87, 22 and 24. RGB value is (135,34,36). Sum of RGB (Red+Green+Blue) = 135+34+36=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #872224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872224 is #78DDDB. Grayscale: #404040. Windows color (decimal): -7921116 or 2368135. OLE color: 2368135.
HSL color Cylindrical-coordinate representation of color #872224: hue angle of 358.81º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872224 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 36 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.47 |
| HSL | 358.81º | 0.6% | 0.33% | - |
| HSV(B) | 358.81º | 0.75% | 0.53% | - |
| XYZ | 10.88 | 6.42 | 2.34 | - |
| YUV | 64.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 36 | 0 | 0.75 | 0.73 | 0.47 | 358.81 | 0.6 | 0.33 |
| Hex | 87 | 22 | 24 | 0 | 4B | 49 | 2F | 167 | 3C | 21 |
| Octal | 207 | 42 | 44 | 0 | 113 | 111 | 57 | 547 | 74 | 41 |
| Binary | 10000111 | 100010 | 100100 | 0 | 1001011 | 1001001 | 101111 | 101100111 | 111100 | 100001 |
Color Harmonies of #872224
Complementary color
Monochromatic Colors of #872224
Black with #872224
Text Example
Text Example
White with #872224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872224; }
p { color: rgb(135,34,36); }
H1.HeaderClassName
{
color: #872224;
}
.AnyTagClassName
{
color: #872224;
}
</style>
background-color css
<style>
a { background-color: #872224; }
a { background-color: rgb(135,34,36); }
div.DivClassName
{
background-color: #872224;
}
.BgClassName
{
background-color: #872224;
}
</style>
border-color css
<style>
span { border-color: #872224; }
span { border-color: rgb(135,34,36); }
td.TdClassName
{
border-color: #872224;
}
.TagClassName
{
border-color: #872224;
}
</style>