Shades of Flame Red #861921
Tints of Flame Red #861921
RGB
CMYK
RGB Variations
Color information
#861921 (or 0x861921) is known color: Flame Red. HEX triplet: 86, 19 and 21. RGB value is (134,25,33). Sum of RGB (Red+Green+Blue) = 134+25+33=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #861921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861921 is #79E6DE. Grayscale: #3A3A3A. Windows color (decimal): -7988959 or 2169222. OLE color: 2169222.
HSL color Cylindrical-coordinate representation of color #861921: hue angle of 355.6º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861921 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 33 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.47 |
| HSL | 355.6º | 0.69% | 0.31% | - |
| HSV(B) | 355.6º | 0.81% | 0.53% | - |
| XYZ | 10.45 | 5.87 | 2.02 | - |
| YUV | 58.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 33 | 0 | 0.81 | 0.75 | 0.47 | 355.6 | 0.69 | 0.31 |
| Hex | 86 | 19 | 21 | 0 | 51 | 4B | 2F | 164 | 45 | 1F |
| Octal | 206 | 31 | 41 | 0 | 121 | 113 | 57 | 544 | 105 | 37 |
| Binary | 10000110 | 11001 | 100001 | 0 | 1010001 | 1001011 | 101111 | 101100100 | 1000101 | 11111 |
Color Harmonies of #861921
Complementary color
Monochromatic Colors of #861921
Black with #861921
Text Example
Text Example
White with #861921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861921; }
p { color: rgb(134,25,33); }
H1.HeaderClassName
{
color: #861921;
}
.AnyTagClassName
{
color: #861921;
}
</style>
background-color css
<style>
a { background-color: #861921; }
a { background-color: rgb(134,25,33); }
div.DivClassName
{
background-color: #861921;
}
.BgClassName
{
background-color: #861921;
}
</style>
border-color css
<style>
span { border-color: #861921; }
span { border-color: rgb(134,25,33); }
td.TdClassName
{
border-color: #861921;
}
.TagClassName
{
border-color: #861921;
}
</style>