Shades of Flame Red #871623
Tints of Flame Red #871623
RGB
CMYK
RGB Variations
Color information
#871623 (or 0x871623) is known color: Flame Red. HEX triplet: 87, 16 and 23. RGB value is (135,22,35). Sum of RGB (Red+Green+Blue) = 135+22+35=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #871623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871623 is #78E9DC. Grayscale: #393939. Windows color (decimal): -7924189 or 2299527. OLE color: 2299527.
HSL color Cylindrical-coordinate representation of color #871623: hue angle of 353.1º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871623 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 35 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.47 |
| HSL | 353.1º | 0.72% | 0.31% | - |
| HSV(B) | 353.1º | 0.84% | 0.53% | - |
| XYZ | 10.58 | 5.85 | 2.16 | - |
| YUV | 57.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 35 | 0 | 0.84 | 0.74 | 0.47 | 353.1 | 0.72 | 0.31 |
| Hex | 87 | 16 | 23 | 0 | 54 | 4A | 2F | 161 | 48 | 1F |
| Octal | 207 | 26 | 43 | 0 | 124 | 112 | 57 | 541 | 110 | 37 |
| Binary | 10000111 | 10110 | 100011 | 0 | 1010100 | 1001010 | 101111 | 101100001 | 1001000 | 11111 |
Color Harmonies of #871623
Complementary color
Monochromatic Colors of #871623
Black with #871623
Text Example
Text Example
White with #871623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871623; }
p { color: rgb(135,22,35); }
H1.HeaderClassName
{
color: #871623;
}
.AnyTagClassName
{
color: #871623;
}
</style>
background-color css
<style>
a { background-color: #871623; }
a { background-color: rgb(135,22,35); }
div.DivClassName
{
background-color: #871623;
}
.BgClassName
{
background-color: #871623;
}
</style>
border-color css
<style>
span { border-color: #871623; }
span { border-color: rgb(135,22,35); }
td.TdClassName
{
border-color: #871623;
}
.TagClassName
{
border-color: #871623;
}
</style>