Shades of Flame Red #872023
Tints of Flame Red #872023
RGB
CMYK
RGB Variations
Color information
#872023 (or 0x872023) is known color: Flame Red. HEX triplet: 87, 20 and 23. RGB value is (135,32,35). Sum of RGB (Red+Green+Blue) = 135+32+35=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #872023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872023 is #78DFDC. Grayscale: #3F3F3F. Windows color (decimal): -7921629 or 2302087. OLE color: 2302087.
HSL color Cylindrical-coordinate representation of color #872023: hue angle of 358.25º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872023 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 35 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.47 |
| HSL | 358.25º | 0.62% | 0.33% | - |
| HSV(B) | 358.25º | 0.76% | 0.53% | - |
| XYZ | 10.81 | 6.31 | 2.24 | - |
| YUV | 63.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 35 | 0 | 0.76 | 0.74 | 0.47 | 358.25 | 0.62 | 0.33 |
| Hex | 87 | 20 | 23 | 0 | 4C | 4A | 2F | 166 | 3E | 21 |
| Octal | 207 | 40 | 43 | 0 | 114 | 112 | 57 | 546 | 76 | 41 |
| Binary | 10000111 | 100000 | 100011 | 0 | 1001100 | 1001010 | 101111 | 101100110 | 111110 | 100001 |
Color Harmonies of #872023
Complementary color
Monochromatic Colors of #872023
Black with #872023
Text Example
Text Example
White with #872023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872023; }
p { color: rgb(135,32,35); }
H1.HeaderClassName
{
color: #872023;
}
.AnyTagClassName
{
color: #872023;
}
</style>
background-color css
<style>
a { background-color: #872023; }
a { background-color: rgb(135,32,35); }
div.DivClassName
{
background-color: #872023;
}
.BgClassName
{
background-color: #872023;
}
</style>
border-color css
<style>
span { border-color: #872023; }
span { border-color: rgb(135,32,35); }
td.TdClassName
{
border-color: #872023;
}
.TagClassName
{
border-color: #872023;
}
</style>