Shades of Flame Red #86222D
Tints of Flame Red #86222D
RGB
CMYK
RGB Variations
Color information
#86222D (or 0x86222D) is known color: Flame Red. HEX triplet: 86, 22 and 2D. RGB value is (134,34,45). Sum of RGB (Red+Green+Blue) = 134+34+45=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86222D is #79DDD2. Grayscale: #414141. Windows color (decimal): -7986643 or 2957958. OLE color: 2957958.
HSL color Cylindrical-coordinate representation of color #86222D: hue angle of 353.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86222D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 45 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.47 |
| HSL | 353.4º | 0.6% | 0.33% | - |
| HSV(B) | 353.4º | 0.75% | 0.53% | - |
| XYZ | 10.88 | 6.4 | 3.15 | - |
| YUV | 65.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 45 | 0 | 0.75 | 0.66 | 0.47 | 353.4 | 0.6 | 0.33 |
| Hex | 86 | 22 | 2D | 0 | 4B | 42 | 2F | 161 | 3C | 21 |
| Octal | 206 | 42 | 55 | 0 | 113 | 102 | 57 | 541 | 74 | 41 |
| Binary | 10000110 | 100010 | 101101 | 0 | 1001011 | 1000010 | 101111 | 101100001 | 111100 | 100001 |
Color Harmonies of #86222D
Complementary color
Monochromatic Colors of #86222D
Black with #86222D
Text Example
Text Example
White with #86222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86222D; }
p { color: rgb(134,34,45); }
H1.HeaderClassName
{
color: #86222D;
}
.AnyTagClassName
{
color: #86222D;
}
</style>
background-color css
<style>
a { background-color: #86222D; }
a { background-color: rgb(134,34,45); }
div.DivClassName
{
background-color: #86222D;
}
.BgClassName
{
background-color: #86222D;
}
</style>
border-color css
<style>
span { border-color: #86222D; }
span { border-color: rgb(134,34,45); }
td.TdClassName
{
border-color: #86222D;
}
.TagClassName
{
border-color: #86222D;
}
</style>