Shades of Flame Red #861C25
Tints of Flame Red #861C25
RGB
CMYK
RGB Variations
Color information
#861C25 (or 0x861C25) is known color: Flame Red. HEX triplet: 86, 1C and 25. RGB value is (134,28,37). Sum of RGB (Red+Green+Blue) = 134+28+37=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #861C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861C25 is #79E3DA. Grayscale: #3C3C3C. Windows color (decimal): -7988187 or 2432134. OLE color: 2432134.
HSL color Cylindrical-coordinate representation of color #861C25: hue angle of 354.91º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861C25 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 37 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.47 |
| HSL | 354.91º | 0.65% | 0.32% | - |
| HSV(B) | 354.91º | 0.79% | 0.53% | - |
| XYZ | 10.58 | 6.03 | 2.36 | - |
| YUV | 60.72 | 114.62 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 37 | 0 | 0.79 | 0.72 | 0.47 | 354.91 | 0.65 | 0.32 |
| Hex | 86 | 1C | 25 | 0 | 4F | 48 | 2F | 163 | 41 | 20 |
| Octal | 206 | 34 | 45 | 0 | 117 | 110 | 57 | 543 | 101 | 40 |
| Binary | 10000110 | 11100 | 100101 | 0 | 1001111 | 1001000 | 101111 | 101100011 | 1000001 | 100000 |
Color Harmonies of #861C25
Complementary color
Monochromatic Colors of #861C25
Black with #861C25
Text Example
Text Example
White with #861C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C25; }
p { color: rgb(134,28,37); }
H1.HeaderClassName
{
color: #861C25;
}
.AnyTagClassName
{
color: #861C25;
}
</style>
background-color css
<style>
a { background-color: #861C25; }
a { background-color: rgb(134,28,37); }
div.DivClassName
{
background-color: #861C25;
}
.BgClassName
{
background-color: #861C25;
}
</style>
border-color css
<style>
span { border-color: #861C25; }
span { border-color: rgb(134,28,37); }
td.TdClassName
{
border-color: #861C25;
}
.TagClassName
{
border-color: #861C25;
}
</style>