Shades of Flame Red #86272F
Tints of Flame Red #86272F
RGB
CMYK
RGB Variations
Color information
#86272F (or 0x86272F) is known color: Flame Red. HEX triplet: 86, 27 and 2F. RGB value is (134,39,47). Sum of RGB (Red+Green+Blue) = 134+39+47=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #86272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86272F is #79D8D0. Grayscale: #444444. Windows color (decimal): -7985361 or 3090310. OLE color: 3090310.
HSL color Cylindrical-coordinate representation of color #86272F: hue angle of 354.95º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86272F is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 39 | 47 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.47 |
| HSL | 354.95º | 0.55% | 0.34% | - |
| HSV(B) | 354.95º | 0.71% | 0.53% | - |
| XYZ | 11.07 | 6.72 | 3.4 | - |
| YUV | 68.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 47 | 0 | 0.71 | 0.65 | 0.47 | 354.95 | 0.55 | 0.34 |
| Hex | 86 | 27 | 2F | 0 | 47 | 41 | 2F | 163 | 37 | 22 |
| Octal | 206 | 47 | 57 | 0 | 107 | 101 | 57 | 543 | 67 | 42 |
| Binary | 10000110 | 100111 | 101111 | 0 | 1000111 | 1000001 | 101111 | 101100011 | 110111 | 100010 |
Color Harmonies of #86272F
Complementary color
Monochromatic Colors of #86272F
Black with #86272F
Text Example
Text Example
White with #86272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86272F; }
p { color: rgb(134,39,47); }
H1.HeaderClassName
{
color: #86272F;
}
.AnyTagClassName
{
color: #86272F;
}
</style>
background-color css
<style>
a { background-color: #86272F; }
a { background-color: rgb(134,39,47); }
div.DivClassName
{
background-color: #86272F;
}
.BgClassName
{
background-color: #86272F;
}
</style>
border-color css
<style>
span { border-color: #86272F; }
span { border-color: rgb(134,39,47); }
td.TdClassName
{
border-color: #86272F;
}
.TagClassName
{
border-color: #86272F;
}
</style>