Shades of Flame Red #872D31
Tints of Flame Red #872D31
RGB
CMYK
RGB Variations
Color information
#872D31 (or 0x872D31) is known color: Flame Red. HEX triplet: 87, 2D and 31. RGB value is (135,45,49). Sum of RGB (Red+Green+Blue) = 135+45+49=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #872D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D31 is #78D2CE. Grayscale: #484848. Windows color (decimal): -7918287 or 3222919. OLE color: 3222919.
HSL color Cylindrical-coordinate representation of color #872D31: hue angle of 357.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872D31 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 49 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.47 |
| HSL | 357.33º | 0.5% | 0.35% | - |
| HSV(B) | 357.33º | 0.67% | 0.53% | - |
| XYZ | 11.48 | 7.25 | 3.7 | - |
| YUV | 72.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 49 | 0 | 0.67 | 0.64 | 0.47 | 357.33 | 0.5 | 0.35 |
| Hex | 87 | 2D | 31 | 0 | 43 | 40 | 2F | 165 | 32 | 23 |
| Octal | 207 | 55 | 61 | 0 | 103 | 100 | 57 | 545 | 62 | 43 |
| Binary | 10000111 | 101101 | 110001 | 0 | 1000011 | 1000000 | 101111 | 101100101 | 110010 | 100011 |
Color Harmonies of #872D31
Complementary color
Monochromatic Colors of #872D31
Black with #872D31
Text Example
Text Example
White with #872D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D31; }
p { color: rgb(135,45,49); }
H1.HeaderClassName
{
color: #872D31;
}
.AnyTagClassName
{
color: #872D31;
}
</style>
background-color css
<style>
a { background-color: #872D31; }
a { background-color: rgb(135,45,49); }
div.DivClassName
{
background-color: #872D31;
}
.BgClassName
{
background-color: #872D31;
}
</style>
border-color css
<style>
span { border-color: #872D31; }
span { border-color: rgb(135,45,49); }
td.TdClassName
{
border-color: #872D31;
}
.TagClassName
{
border-color: #872D31;
}
</style>