Shades of Flame Red #871926
Tints of Flame Red #871926
RGB
CMYK
RGB Variations
Color information
#871926 (or 0x871926) is known color: Flame Red. HEX triplet: 87, 19 and 26. RGB value is (135,25,38). Sum of RGB (Red+Green+Blue) = 135+25+38=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #871926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871926 is #78E6D9. Grayscale: #3B3B3B. Windows color (decimal): -7923418 or 2496903. OLE color: 2496903.
HSL color Cylindrical-coordinate representation of color #871926: hue angle of 352.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871926 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 38 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.47 |
| HSL | 352.91º | 0.69% | 0.31% | - |
| HSV(B) | 352.91º | 0.81% | 0.53% | - |
| XYZ | 10.69 | 5.99 | 2.43 | - |
| YUV | 59.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 38 | 0 | 0.81 | 0.72 | 0.47 | 352.91 | 0.69 | 0.31 |
| Hex | 87 | 19 | 26 | 0 | 51 | 48 | 2F | 161 | 45 | 1F |
| Octal | 207 | 31 | 46 | 0 | 121 | 110 | 57 | 541 | 105 | 37 |
| Binary | 10000111 | 11001 | 100110 | 0 | 1010001 | 1001000 | 101111 | 101100001 | 1000101 | 11111 |
Color Harmonies of #871926
Complementary color
Monochromatic Colors of #871926
Black with #871926
Text Example
Text Example
White with #871926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871926; }
p { color: rgb(135,25,38); }
H1.HeaderClassName
{
color: #871926;
}
.AnyTagClassName
{
color: #871926;
}
</style>
background-color css
<style>
a { background-color: #871926; }
a { background-color: rgb(135,25,38); }
div.DivClassName
{
background-color: #871926;
}
.BgClassName
{
background-color: #871926;
}
</style>
border-color css
<style>
span { border-color: #871926; }
span { border-color: rgb(135,25,38); }
td.TdClassName
{
border-color: #871926;
}
.TagClassName
{
border-color: #871926;
}
</style>