Shades of Flame Red #861C24
Tints of Flame Red #861C24
RGB
CMYK
RGB Variations
Color information
#861C24 (or 0x861C24) is known color: Flame Red. HEX triplet: 86, 1C and 24. RGB value is (134,28,36). Sum of RGB (Red+Green+Blue) = 134+28+36=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #861C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861C24 is #79E3DB. Grayscale: #3C3C3C. Windows color (decimal): -7988188 or 2366598. OLE color: 2366598.
HSL color Cylindrical-coordinate representation of color #861C24: hue angle of 355.47º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861C24 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 36 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.47 |
| HSL | 355.47º | 0.65% | 0.32% | - |
| HSV(B) | 355.47º | 0.79% | 0.53% | - |
| XYZ | 10.57 | 6.03 | 2.28 | - |
| YUV | 60.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 36 | 0 | 0.79 | 0.73 | 0.47 | 355.47 | 0.65 | 0.32 |
| Hex | 86 | 1C | 24 | 0 | 4F | 49 | 2F | 163 | 41 | 20 |
| Octal | 206 | 34 | 44 | 0 | 117 | 111 | 57 | 543 | 101 | 40 |
| Binary | 10000110 | 11100 | 100100 | 0 | 1001111 | 1001001 | 101111 | 101100011 | 1000001 | 100000 |
Color Harmonies of #861C24
Complementary color
Monochromatic Colors of #861C24
Black with #861C24
Text Example
Text Example
White with #861C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C24; }
p { color: rgb(134,28,36); }
H1.HeaderClassName
{
color: #861C24;
}
.AnyTagClassName
{
color: #861C24;
}
</style>
background-color css
<style>
a { background-color: #861C24; }
a { background-color: rgb(134,28,36); }
div.DivClassName
{
background-color: #861C24;
}
.BgClassName
{
background-color: #861C24;
}
</style>
border-color css
<style>
span { border-color: #861C24; }
span { border-color: rgb(134,28,36); }
td.TdClassName
{
border-color: #861C24;
}
.TagClassName
{
border-color: #861C24;
}
</style>