Shades of Flame Red #862830
Tints of Flame Red #862830
RGB
CMYK
RGB Variations
Color information
#862830 (or 0x862830) is known color: Flame Red. HEX triplet: 86, 28 and 30. RGB value is (134,40,48). Sum of RGB (Red+Green+Blue) = 134+40+48=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #862830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862830 is #79D7CF. Grayscale: #454545. Windows color (decimal): -7985104 or 3156102. OLE color: 3156102.
HSL color Cylindrical-coordinate representation of color #862830: hue angle of 354.89º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862830 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 48 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.47 |
| HSL | 354.89º | 0.54% | 0.34% | - |
| HSV(B) | 354.89º | 0.7% | 0.53% | - |
| XYZ | 11.12 | 6.8 | 3.52 | - |
| YUV | 69.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 48 | 0 | 0.70 | 0.64 | 0.47 | 354.89 | 0.54 | 0.34 |
| Hex | 86 | 28 | 30 | 0 | 46 | 40 | 2F | 163 | 36 | 22 |
| Octal | 206 | 50 | 60 | 0 | 106 | 100 | 57 | 543 | 66 | 42 |
| Binary | 10000110 | 101000 | 110000 | 0 | 1000110 | 1000000 | 101111 | 101100011 | 110110 | 100010 |
Color Harmonies of #862830
Complementary color
Monochromatic Colors of #862830
Black with #862830
Text Example
Text Example
White with #862830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862830; }
p { color: rgb(134,40,48); }
H1.HeaderClassName
{
color: #862830;
}
.AnyTagClassName
{
color: #862830;
}
</style>
background-color css
<style>
a { background-color: #862830; }
a { background-color: rgb(134,40,48); }
div.DivClassName
{
background-color: #862830;
}
.BgClassName
{
background-color: #862830;
}
</style>
border-color css
<style>
span { border-color: #862830; }
span { border-color: rgb(134,40,48); }
td.TdClassName
{
border-color: #862830;
}
.TagClassName
{
border-color: #862830;
}
</style>