Shades of Flame Red #861821
Tints of Flame Red #861821
RGB
CMYK
RGB Variations
Color information
#861821 (or 0x861821) is known color: Flame Red. HEX triplet: 86, 18 and 21. RGB value is (134,24,33). Sum of RGB (Red+Green+Blue) = 134+24+33=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #861821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861821 is #79E7DE. Grayscale: #393939. Windows color (decimal): -7989215 or 2168966. OLE color: 2168966.
HSL color Cylindrical-coordinate representation of color #861821: hue angle of 355.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861821 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 33 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.47 |
| HSL | 355.09º | 0.7% | 0.31% | - |
| HSV(B) | 355.09º | 0.82% | 0.53% | - |
| XYZ | 10.43 | 5.83 | 2.01 | - |
| YUV | 57.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 33 | 0 | 0.82 | 0.75 | 0.47 | 355.09 | 0.7 | 0.31 |
| Hex | 86 | 18 | 21 | 0 | 52 | 4B | 2F | 163 | 46 | 1F |
| Octal | 206 | 30 | 41 | 0 | 122 | 113 | 57 | 543 | 106 | 37 |
| Binary | 10000110 | 11000 | 100001 | 0 | 1010010 | 1001011 | 101111 | 101100011 | 1000110 | 11111 |
Color Harmonies of #861821
Complementary color
Monochromatic Colors of #861821
Black with #861821
Text Example
Text Example
White with #861821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861821; }
p { color: rgb(134,24,33); }
H1.HeaderClassName
{
color: #861821;
}
.AnyTagClassName
{
color: #861821;
}
</style>
background-color css
<style>
a { background-color: #861821; }
a { background-color: rgb(134,24,33); }
div.DivClassName
{
background-color: #861821;
}
.BgClassName
{
background-color: #861821;
}
</style>
border-color css
<style>
span { border-color: #861821; }
span { border-color: rgb(134,24,33); }
td.TdClassName
{
border-color: #861821;
}
.TagClassName
{
border-color: #861821;
}
</style>