Shades of Flame Red #86222B
Tints of Flame Red #86222B
RGB
CMYK
RGB Variations
Color information
#86222B (or 0x86222B) is known color: Flame Red. HEX triplet: 86, 22 and 2B. RGB value is (134,34,43). Sum of RGB (Red+Green+Blue) = 134+34+43=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86222B is #79DDD4. Grayscale: #404040. Windows color (decimal): -7986645 or 2826886. OLE color: 2826886.
HSL color Cylindrical-coordinate representation of color #86222B: hue angle of 354.6º 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 #86222B is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 43 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.47 |
| HSL | 354.6º | 0.6% | 0.33% | - |
| HSV(B) | 354.6º | 0.75% | 0.53% | - |
| XYZ | 10.84 | 6.39 | 2.95 | - |
| YUV | 64.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 43 | 0 | 0.75 | 0.68 | 0.47 | 354.6 | 0.6 | 0.33 |
| Hex | 86 | 22 | 2B | 0 | 4B | 44 | 2F | 163 | 3C | 21 |
| Octal | 206 | 42 | 53 | 0 | 113 | 104 | 57 | 543 | 74 | 41 |
| Binary | 10000110 | 100010 | 101011 | 0 | 1001011 | 1000100 | 101111 | 101100011 | 111100 | 100001 |
Color Harmonies of #86222B
Complementary color
Monochromatic Colors of #86222B
Black with #86222B
Text Example
Text Example
White with #86222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86222B; }
p { color: rgb(134,34,43); }
H1.HeaderClassName
{
color: #86222B;
}
.AnyTagClassName
{
color: #86222B;
}
</style>
background-color css
<style>
a { background-color: #86222B; }
a { background-color: rgb(134,34,43); }
div.DivClassName
{
background-color: #86222B;
}
.BgClassName
{
background-color: #86222B;
}
</style>
border-color css
<style>
span { border-color: #86222B; }
span { border-color: rgb(134,34,43); }
td.TdClassName
{
border-color: #86222B;
}
.TagClassName
{
border-color: #86222B;
}
</style>