Shades of Flame Red #862024
Tints of Flame Red #862024
RGB
CMYK
RGB Variations
Color information
#862024 (or 0x862024) is known color: Flame Red. HEX triplet: 86, 20 and 24. RGB value is (134,32,36). Sum of RGB (Red+Green+Blue) = 134+32+36=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #862024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862024 is #79DFDB. Grayscale: #3F3F3F. Windows color (decimal): -7987164 or 2367622. OLE color: 2367622.
HSL color Cylindrical-coordinate representation of color #862024: hue angle of 357.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862024 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 36 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.47 |
| HSL | 357.65º | 0.61% | 0.33% | - |
| HSV(B) | 357.65º | 0.76% | 0.53% | - |
| XYZ | 10.67 | 6.23 | 2.31 | - |
| YUV | 62.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 36 | 0 | 0.76 | 0.73 | 0.47 | 357.65 | 0.61 | 0.33 |
| Hex | 86 | 20 | 24 | 0 | 4C | 49 | 2F | 166 | 3D | 21 |
| Octal | 206 | 40 | 44 | 0 | 114 | 111 | 57 | 546 | 75 | 41 |
| Binary | 10000110 | 100000 | 100100 | 0 | 1001100 | 1001001 | 101111 | 101100110 | 111101 | 100001 |
Color Harmonies of #862024
Complementary color
Monochromatic Colors of #862024
Black with #862024
Text Example
Text Example
White with #862024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862024; }
p { color: rgb(134,32,36); }
H1.HeaderClassName
{
color: #862024;
}
.AnyTagClassName
{
color: #862024;
}
</style>
background-color css
<style>
a { background-color: #862024; }
a { background-color: rgb(134,32,36); }
div.DivClassName
{
background-color: #862024;
}
.BgClassName
{
background-color: #862024;
}
</style>
border-color css
<style>
span { border-color: #862024; }
span { border-color: rgb(134,32,36); }
td.TdClassName
{
border-color: #862024;
}
.TagClassName
{
border-color: #862024;
}
</style>