Shades of Flame Red #861E24
Tints of Flame Red #861E24
RGB
CMYK
RGB Variations
Color information
#861E24 (or 0x861E24) is known color: Flame Red. HEX triplet: 86, 1E and 24. RGB value is (134,30,36). Sum of RGB (Red+Green+Blue) = 134+30+36=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #861E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E24 is #79E1DB. Grayscale: #3D3D3D. Windows color (decimal): -7987676 or 2367110. OLE color: 2367110.
HSL color Cylindrical-coordinate representation of color #861E24: hue angle of 356.54º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E24 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 36 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.47 |
| HSL | 356.54º | 0.63% | 0.32% | - |
| HSV(B) | 356.54º | 0.78% | 0.53% | - |
| XYZ | 10.61 | 6.12 | 2.29 | - |
| YUV | 61.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 36 | 0 | 0.78 | 0.73 | 0.47 | 356.54 | 0.63 | 0.32 |
| Hex | 86 | 1E | 24 | 0 | 4E | 49 | 2F | 165 | 3F | 20 |
| Octal | 206 | 36 | 44 | 0 | 116 | 111 | 57 | 545 | 77 | 40 |
| Binary | 10000110 | 11110 | 100100 | 0 | 1001110 | 1001001 | 101111 | 101100101 | 111111 | 100000 |
Color Harmonies of #861E24
Complementary color
Monochromatic Colors of #861E24
Black with #861E24
Text Example
Text Example
White with #861E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E24; }
p { color: rgb(134,30,36); }
H1.HeaderClassName
{
color: #861E24;
}
.AnyTagClassName
{
color: #861E24;
}
</style>
background-color css
<style>
a { background-color: #861E24; }
a { background-color: rgb(134,30,36); }
div.DivClassName
{
background-color: #861E24;
}
.BgClassName
{
background-color: #861E24;
}
</style>
border-color css
<style>
span { border-color: #861E24; }
span { border-color: rgb(134,30,36); }
td.TdClassName
{
border-color: #861E24;
}
.TagClassName
{
border-color: #861E24;
}
</style>