Shades of Flame Red #871722
Tints of Flame Red #871722
RGB
CMYK
RGB Variations
Color information
#871722 (or 0x871722) is known color: Flame Red. HEX triplet: 87, 17 and 22. RGB value is (135,23,34). Sum of RGB (Red+Green+Blue) = 135+23+34=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 34 (13.67% from 255 or 17.71% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #871722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871722 is #78E8DD. Grayscale: #393939. Windows color (decimal): -7923934 or 2234247. OLE color: 2234247.
HSL color Cylindrical-coordinate representation of color #871722: hue angle of 354.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871722 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 34 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.47 |
| HSL | 354.11º | 0.71% | 0.31% | - |
| HSV(B) | 354.11º | 0.83% | 0.53% | - |
| XYZ | 10.59 | 5.88 | 2.09 | - |
| YUV | 57.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 34 | 0 | 0.83 | 0.75 | 0.47 | 354.11 | 0.71 | 0.31 |
| Hex | 87 | 17 | 22 | 0 | 53 | 4B | 2F | 162 | 47 | 1F |
| Octal | 207 | 27 | 42 | 0 | 123 | 113 | 57 | 542 | 107 | 37 |
| Binary | 10000111 | 10111 | 100010 | 0 | 1010011 | 1001011 | 101111 | 101100010 | 1000111 | 11111 |
Color Harmonies of #871722
Complementary color
Monochromatic Colors of #871722
Black with #871722
Text Example
Text Example
White with #871722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871722; }
p { color: rgb(135,23,34); }
H1.HeaderClassName
{
color: #871722;
}
.AnyTagClassName
{
color: #871722;
}
</style>
background-color css
<style>
a { background-color: #871722; }
a { background-color: rgb(135,23,34); }
div.DivClassName
{
background-color: #871722;
}
.BgClassName
{
background-color: #871722;
}
</style>
border-color css
<style>
span { border-color: #871722; }
span { border-color: rgb(135,23,34); }
td.TdClassName
{
border-color: #871722;
}
.TagClassName
{
border-color: #871722;
}
</style>