Shades of Flame Red #871F23
Tints of Flame Red #871F23
RGB
CMYK
RGB Variations
Color information
#871F23 (or 0x871F23) is known color: Flame Red. HEX triplet: 87, 1F and 23. RGB value is (135,31,35). Sum of RGB (Red+Green+Blue) = 135+31+35=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #871F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871F23 is #78E0DC. Grayscale: #3E3E3E. Windows color (decimal): -7921885 or 2301831. OLE color: 2301831.
HSL color Cylindrical-coordinate representation of color #871F23: hue angle of 357.69º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F23 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 31 | 35 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.47 |
| HSL | 357.69º | 0.63% | 0.33% | - |
| HSV(B) | 357.69º | 0.77% | 0.53% | - |
| XYZ | 10.79 | 6.25 | 2.23 | - |
| YUV | 62.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 35 | 0 | 0.77 | 0.74 | 0.47 | 357.69 | 0.63 | 0.33 |
| Hex | 87 | 1F | 23 | 0 | 4D | 4A | 2F | 166 | 3F | 21 |
| Octal | 207 | 37 | 43 | 0 | 115 | 112 | 57 | 546 | 77 | 41 |
| Binary | 10000111 | 11111 | 100011 | 0 | 1001101 | 1001010 | 101111 | 101100110 | 111111 | 100001 |
Color Harmonies of #871F23
Complementary color
Monochromatic Colors of #871F23
Black with #871F23
Text Example
Text Example
White with #871F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871F23; }
p { color: rgb(135,31,35); }
H1.HeaderClassName
{
color: #871F23;
}
.AnyTagClassName
{
color: #871F23;
}
</style>
background-color css
<style>
a { background-color: #871F23; }
a { background-color: rgb(135,31,35); }
div.DivClassName
{
background-color: #871F23;
}
.BgClassName
{
background-color: #871F23;
}
</style>
border-color css
<style>
span { border-color: #871F23; }
span { border-color: rgb(135,31,35); }
td.TdClassName
{
border-color: #871F23;
}
.TagClassName
{
border-color: #871F23;
}
</style>