Shades of Flame Red #862124
Tints of Flame Red #862124
RGB
CMYK
RGB Variations
Color information
#862124 (or 0x862124) is known color: Flame Red. HEX triplet: 86, 21 and 24. RGB value is (134,33,36). Sum of RGB (Red+Green+Blue) = 134+33+36=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #862124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862124 is #79DEDB. Grayscale: #3F3F3F. Windows color (decimal): -7986908 or 2367878. OLE color: 2367878.
HSL color Cylindrical-coordinate representation of color #862124: hue angle of 358.22º 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 #862124 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 33 | 36 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.47 |
| HSL | 358.22º | 0.6% | 0.33% | - |
| HSV(B) | 358.22º | 0.75% | 0.53% | - |
| XYZ | 10.69 | 6.28 | 2.32 | - |
| YUV | 63.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 36 | 0 | 0.75 | 0.73 | 0.47 | 358.22 | 0.6 | 0.33 |
| Hex | 86 | 21 | 24 | 0 | 4B | 49 | 2F | 166 | 3C | 21 |
| Octal | 206 | 41 | 44 | 0 | 113 | 111 | 57 | 546 | 74 | 41 |
| Binary | 10000110 | 100001 | 100100 | 0 | 1001011 | 1001001 | 101111 | 101100110 | 111100 | 100001 |
Color Harmonies of #862124
Complementary color
Monochromatic Colors of #862124
Black with #862124
Text Example
Text Example
White with #862124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862124; }
p { color: rgb(134,33,36); }
H1.HeaderClassName
{
color: #862124;
}
.AnyTagClassName
{
color: #862124;
}
</style>
background-color css
<style>
a { background-color: #862124; }
a { background-color: rgb(134,33,36); }
div.DivClassName
{
background-color: #862124;
}
.BgClassName
{
background-color: #862124;
}
</style>
border-color css
<style>
span { border-color: #862124; }
span { border-color: rgb(134,33,36); }
td.TdClassName
{
border-color: #862124;
}
.TagClassName
{
border-color: #862124;
}
</style>