Shades of Flame Red #86282F
Tints of Flame Red #86282F
RGB
CMYK
RGB Variations
Color information
#86282F (or 0x86282F) is known color: Flame Red. HEX triplet: 86, 28 and 2F. RGB value is (134,40,47). Sum of RGB (Red+Green+Blue) = 134+40+47=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #86282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86282F is #79D7D0. Grayscale: #444444. Windows color (decimal): -7985105 or 3090566. OLE color: 3090566.
HSL color Cylindrical-coordinate representation of color #86282F: hue angle of 355.53º 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 #86282F is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 40 | 47 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.47 |
| HSL | 355.53º | 0.54% | 0.34% | - |
| HSV(B) | 355.53º | 0.7% | 0.53% | - |
| XYZ | 11.1 | 6.79 | 3.41 | - |
| YUV | 68.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 40 | 47 | 0 | 0.70 | 0.65 | 0.47 | 355.53 | 0.54 | 0.34 |
| Hex | 86 | 28 | 2F | 0 | 46 | 41 | 2F | 164 | 36 | 22 |
| Octal | 206 | 50 | 57 | 0 | 106 | 101 | 57 | 544 | 66 | 42 |
| Binary | 10000110 | 101000 | 101111 | 0 | 1000110 | 1000001 | 101111 | 101100100 | 110110 | 100010 |
Color Harmonies of #86282F
Complementary color
Monochromatic Colors of #86282F
Black with #86282F
Text Example
Text Example
White with #86282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86282F; }
p { color: rgb(134,40,47); }
H1.HeaderClassName
{
color: #86282F;
}
.AnyTagClassName
{
color: #86282F;
}
</style>
background-color css
<style>
a { background-color: #86282F; }
a { background-color: rgb(134,40,47); }
div.DivClassName
{
background-color: #86282F;
}
.BgClassName
{
background-color: #86282F;
}
</style>
border-color css
<style>
span { border-color: #86282F; }
span { border-color: rgb(134,40,47); }
td.TdClassName
{
border-color: #86282F;
}
.TagClassName
{
border-color: #86282F;
}
</style>