Shades of Flame Red #871821
Tints of Flame Red #871821
RGB
CMYK
RGB Variations
Color information
#871821 (or 0x871821) is known color: Flame Red. HEX triplet: 87, 18 and 21. RGB value is (135,24,33). Sum of RGB (Red+Green+Blue) = 135+24+33=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #871821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871821 is #78E7DE. Grayscale: #3A3A3A. Windows color (decimal): -7923679 or 2168967. OLE color: 2168967.
HSL color Cylindrical-coordinate representation of color #871821: hue angle of 355.14º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871821 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 33 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.47 |
| HSL | 355.14º | 0.7% | 0.31% | - |
| HSV(B) | 355.14º | 0.82% | 0.53% | - |
| XYZ | 10.59 | 5.91 | 2.02 | - |
| YUV | 58.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 33 | 0 | 0.82 | 0.76 | 0.47 | 355.14 | 0.7 | 0.31 |
| Hex | 87 | 18 | 21 | 0 | 52 | 4C | 2F | 163 | 46 | 1F |
| Octal | 207 | 30 | 41 | 0 | 122 | 114 | 57 | 543 | 106 | 37 |
| Binary | 10000111 | 11000 | 100001 | 0 | 1010010 | 1001100 | 101111 | 101100011 | 1000110 | 11111 |
Color Harmonies of #871821
Complementary color
Monochromatic Colors of #871821
Black with #871821
Text Example
Text Example
White with #871821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871821; }
p { color: rgb(135,24,33); }
H1.HeaderClassName
{
color: #871821;
}
.AnyTagClassName
{
color: #871821;
}
</style>
background-color css
<style>
a { background-color: #871821; }
a { background-color: rgb(135,24,33); }
div.DivClassName
{
background-color: #871821;
}
.BgClassName
{
background-color: #871821;
}
</style>
border-color css
<style>
span { border-color: #871821; }
span { border-color: rgb(135,24,33); }
td.TdClassName
{
border-color: #871821;
}
.TagClassName
{
border-color: #871821;
}
</style>