Shades of Flame Red #862224
Tints of Flame Red #862224
RGB
CMYK
RGB Variations
Color information
#862224 (or 0x862224) is known color: Flame Red. HEX triplet: 86, 22 and 24. RGB value is (134,34,36). Sum of RGB (Red+Green+Blue) = 134+34+36=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #862224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862224 is #79DDDB. Grayscale: #404040. Windows color (decimal): -7986652 or 2368134. OLE color: 2368134.
HSL color Cylindrical-coordinate representation of color #862224: hue angle of 358.8º 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 #862224 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 36 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.47 |
| HSL | 358.8º | 0.6% | 0.33% | - |
| HSV(B) | 358.8º | 0.75% | 0.53% | - |
| XYZ | 10.72 | 6.34 | 2.33 | - |
| YUV | 64.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 36 | 0 | 0.75 | 0.73 | 0.47 | 358.8 | 0.6 | 0.33 |
| Hex | 86 | 22 | 24 | 0 | 4B | 49 | 2F | 167 | 3C | 21 |
| Octal | 206 | 42 | 44 | 0 | 113 | 111 | 57 | 547 | 74 | 41 |
| Binary | 10000110 | 100010 | 100100 | 0 | 1001011 | 1001001 | 101111 | 101100111 | 111100 | 100001 |
Color Harmonies of #862224
Complementary color
Monochromatic Colors of #862224
Black with #862224
Text Example
Text Example
White with #862224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862224; }
p { color: rgb(134,34,36); }
H1.HeaderClassName
{
color: #862224;
}
.AnyTagClassName
{
color: #862224;
}
</style>
background-color css
<style>
a { background-color: #862224; }
a { background-color: rgb(134,34,36); }
div.DivClassName
{
background-color: #862224;
}
.BgClassName
{
background-color: #862224;
}
</style>
border-color css
<style>
span { border-color: #862224; }
span { border-color: rgb(134,34,36); }
td.TdClassName
{
border-color: #862224;
}
.TagClassName
{
border-color: #862224;
}
</style>