Shades of Flame Red #861822
Tints of Flame Red #861822
RGB
CMYK
RGB Variations
Color information
#861822 (or 0x861822) is known color: Flame Red. HEX triplet: 86, 18 and 22. RGB value is (134,24,34). Sum of RGB (Red+Green+Blue) = 134+24+34=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #861822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861822 is #79E7DD. Grayscale: #3A3A3A. Windows color (decimal): -7989214 or 2234502. OLE color: 2234502.
HSL color Cylindrical-coordinate representation of color #861822: hue angle of 354.55º 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 #861822 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 34 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.47 |
| HSL | 354.55º | 0.7% | 0.31% | - |
| HSV(B) | 354.55º | 0.82% | 0.53% | - |
| XYZ | 10.45 | 5.84 | 2.09 | - |
| YUV | 58.03 | 114.44 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 34 | 0 | 0.82 | 0.75 | 0.47 | 354.55 | 0.7 | 0.31 |
| Hex | 86 | 18 | 22 | 0 | 52 | 4B | 2F | 163 | 46 | 1F |
| Octal | 206 | 30 | 42 | 0 | 122 | 113 | 57 | 543 | 106 | 37 |
| Binary | 10000110 | 11000 | 100010 | 0 | 1010010 | 1001011 | 101111 | 101100011 | 1000110 | 11111 |
Color Harmonies of #861822
Complementary color
Monochromatic Colors of #861822
Black with #861822
Text Example
Text Example
White with #861822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861822; }
p { color: rgb(134,24,34); }
H1.HeaderClassName
{
color: #861822;
}
.AnyTagClassName
{
color: #861822;
}
</style>
background-color css
<style>
a { background-color: #861822; }
a { background-color: rgb(134,24,34); }
div.DivClassName
{
background-color: #861822;
}
.BgClassName
{
background-color: #861822;
}
</style>
border-color css
<style>
span { border-color: #861822; }
span { border-color: rgb(134,24,34); }
td.TdClassName
{
border-color: #861822;
}
.TagClassName
{
border-color: #861822;
}
</style>