Shades of Flame Red #861722
Tints of Flame Red #861722
RGB
CMYK
RGB Variations
Color information
#861722 (or 0x861722) is known color: Flame Red. HEX triplet: 86, 17 and 22. RGB value is (134,23,34). Sum of RGB (Red+Green+Blue) = 134+23+34=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #861722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861722 is #79E8DD. Grayscale: #393939. Windows color (decimal): -7989470 or 2234246. OLE color: 2234246.
HSL color Cylindrical-coordinate representation of color #861722: hue angle of 354.05º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861722 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 34 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.47 |
| HSL | 354.05º | 0.71% | 0.31% | - |
| HSV(B) | 354.05º | 0.83% | 0.53% | - |
| XYZ | 10.43 | 5.8 | 2.08 | - |
| YUV | 57.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 34 | 0 | 0.83 | 0.75 | 0.47 | 354.05 | 0.71 | 0.31 |
| Hex | 86 | 17 | 22 | 0 | 53 | 4B | 2F | 162 | 47 | 1F |
| Octal | 206 | 27 | 42 | 0 | 123 | 113 | 57 | 542 | 107 | 37 |
| Binary | 10000110 | 10111 | 100010 | 0 | 1010011 | 1001011 | 101111 | 101100010 | 1000111 | 11111 |
Color Harmonies of #861722
Complementary color
Monochromatic Colors of #861722
Black with #861722
Text Example
Text Example
White with #861722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861722; }
p { color: rgb(134,23,34); }
H1.HeaderClassName
{
color: #861722;
}
.AnyTagClassName
{
color: #861722;
}
</style>
background-color css
<style>
a { background-color: #861722; }
a { background-color: rgb(134,23,34); }
div.DivClassName
{
background-color: #861722;
}
.BgClassName
{
background-color: #861722;
}
</style>
border-color css
<style>
span { border-color: #861722; }
span { border-color: rgb(134,23,34); }
td.TdClassName
{
border-color: #861722;
}
.TagClassName
{
border-color: #861722;
}
</style>