Shades of Flame Red #861F28
Tints of Flame Red #861F28
RGB
CMYK
RGB Variations
Color information
#861F28 (or 0x861F28) is known color: Flame Red. HEX triplet: 86, 1F and 28. RGB value is (134,31,40). Sum of RGB (Red+Green+Blue) = 134+31+40=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #861F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861F28 is #79E0D7. Grayscale: #3E3E3E. Windows color (decimal): -7987416 or 2629510. OLE color: 2629510.
HSL color Cylindrical-coordinate representation of color #861F28: hue angle of 354.76º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F28 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 40 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.47 |
| HSL | 354.76º | 0.62% | 0.32% | - |
| HSV(B) | 354.76º | 0.77% | 0.53% | - |
| XYZ | 10.7 | 6.2 | 2.64 | - |
| YUV | 62.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 40 | 0 | 0.77 | 0.70 | 0.47 | 354.76 | 0.62 | 0.32 |
| Hex | 86 | 1F | 28 | 0 | 4D | 46 | 2F | 163 | 3E | 20 |
| Octal | 206 | 37 | 50 | 0 | 115 | 106 | 57 | 543 | 76 | 40 |
| Binary | 10000110 | 11111 | 101000 | 0 | 1001101 | 1000110 | 101111 | 101100011 | 111110 | 100000 |
Color Harmonies of #861F28
Complementary color
Monochromatic Colors of #861F28
Black with #861F28
Text Example
Text Example
White with #861F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F28; }
p { color: rgb(134,31,40); }
H1.HeaderClassName
{
color: #861F28;
}
.AnyTagClassName
{
color: #861F28;
}
</style>
background-color css
<style>
a { background-color: #861F28; }
a { background-color: rgb(134,31,40); }
div.DivClassName
{
background-color: #861F28;
}
.BgClassName
{
background-color: #861F28;
}
</style>
border-color css
<style>
span { border-color: #861F28; }
span { border-color: rgb(134,31,40); }
td.TdClassName
{
border-color: #861F28;
}
.TagClassName
{
border-color: #861F28;
}
</style>