Shades of Flame Red #86222C
Tints of Flame Red #86222C
RGB
CMYK
RGB Variations
Color information
#86222C (or 0x86222C) is known color: Flame Red. HEX triplet: 86, 22 and 2C. RGB value is (134,34,44). Sum of RGB (Red+Green+Blue) = 134+34+44=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86222C is #79DDD3. Grayscale: #414141. Windows color (decimal): -7986644 or 2892422. OLE color: 2892422.
HSL color Cylindrical-coordinate representation of color #86222C: hue angle of 354º 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 #86222C is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 44 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.47 |
| HSL | 354º | 0.6% | 0.33% | - |
| HSV(B) | 354º | 0.75% | 0.53% | - |
| XYZ | 10.86 | 6.39 | 3.04 | - |
| YUV | 65.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 44 | 0 | 0.75 | 0.67 | 0.47 | 354 | 0.6 | 0.33 |
| Hex | 86 | 22 | 2C | 0 | 4B | 43 | 2F | 162 | 3C | 21 |
| Octal | 206 | 42 | 54 | 0 | 113 | 103 | 57 | 542 | 74 | 41 |
| Binary | 10000110 | 100010 | 101100 | 0 | 1001011 | 1000011 | 101111 | 101100010 | 111100 | 100001 |
Color Harmonies of #86222C
Complementary color
Monochromatic Colors of #86222C
Black with #86222C
Text Example
Text Example
White with #86222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86222C; }
p { color: rgb(134,34,44); }
H1.HeaderClassName
{
color: #86222C;
}
.AnyTagClassName
{
color: #86222C;
}
</style>
background-color css
<style>
a { background-color: #86222C; }
a { background-color: rgb(134,34,44); }
div.DivClassName
{
background-color: #86222C;
}
.BgClassName
{
background-color: #86222C;
}
</style>
border-color css
<style>
span { border-color: #86222C; }
span { border-color: rgb(134,34,44); }
td.TdClassName
{
border-color: #86222C;
}
.TagClassName
{
border-color: #86222C;
}
</style>