Shades of Flame Red #861C21
Tints of Flame Red #861C21
RGB
CMYK
RGB Variations
Color information
#861C21 (or 0x861C21) is known color: Flame Red. HEX triplet: 86, 1C and 21. RGB value is (134,28,33). Sum of RGB (Red+Green+Blue) = 134+28+33=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #861C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861C21 is #79E3DE. Grayscale: #3C3C3C. Windows color (decimal): -7988191 or 2169990. OLE color: 2169990.
HSL color Cylindrical-coordinate representation of color #861C21: hue angle of 357.17º 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 #861C21 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 33 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.47 |
| HSL | 357.17º | 0.65% | 0.32% | - |
| HSV(B) | 357.17º | 0.79% | 0.53% | - |
| XYZ | 10.52 | 6.01 | 2.04 | - |
| YUV | 60.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 33 | 0 | 0.79 | 0.75 | 0.47 | 357.17 | 0.65 | 0.32 |
| Hex | 86 | 1C | 21 | 0 | 4F | 4B | 2F | 165 | 41 | 20 |
| Octal | 206 | 34 | 41 | 0 | 117 | 113 | 57 | 545 | 101 | 40 |
| Binary | 10000110 | 11100 | 100001 | 0 | 1001111 | 1001011 | 101111 | 101100101 | 1000001 | 100000 |
Color Harmonies of #861C21
Complementary color
Monochromatic Colors of #861C21
Black with #861C21
Text Example
Text Example
White with #861C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C21; }
p { color: rgb(134,28,33); }
H1.HeaderClassName
{
color: #861C21;
}
.AnyTagClassName
{
color: #861C21;
}
</style>
background-color css
<style>
a { background-color: #861C21; }
a { background-color: rgb(134,28,33); }
div.DivClassName
{
background-color: #861C21;
}
.BgClassName
{
background-color: #861C21;
}
</style>
border-color css
<style>
span { border-color: #861C21; }
span { border-color: rgb(134,28,33); }
td.TdClassName
{
border-color: #861C21;
}
.TagClassName
{
border-color: #861C21;
}
</style>