Shades of Flame Red #872125
Tints of Flame Red #872125
RGB
CMYK
RGB Variations
Color information
#872125 (or 0x872125) is known color: Flame Red. HEX triplet: 87, 21 and 25. RGB value is (135,33,37). Sum of RGB (Red+Green+Blue) = 135+33+37=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #872125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872125 is #78DEDA. Grayscale: #404040. Windows color (decimal): -7921371 or 2433415. OLE color: 2433415.
HSL color Cylindrical-coordinate representation of color #872125: hue angle of 357.65º degrees, saturation: 0.61, 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 #872125 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 37 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.47 |
| HSL | 357.65º | 0.61% | 0.33% | - |
| HSV(B) | 357.65º | 0.76% | 0.53% | - |
| XYZ | 10.87 | 6.37 | 2.41 | - |
| YUV | 63.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 37 | 0 | 0.76 | 0.73 | 0.47 | 357.65 | 0.61 | 0.33 |
| Hex | 87 | 21 | 25 | 0 | 4C | 49 | 2F | 166 | 3D | 21 |
| Octal | 207 | 41 | 45 | 0 | 114 | 111 | 57 | 546 | 75 | 41 |
| Binary | 10000111 | 100001 | 100101 | 0 | 1001100 | 1001001 | 101111 | 101100110 | 111101 | 100001 |
Color Harmonies of #872125
Complementary color
Monochromatic Colors of #872125
Black with #872125
Text Example
Text Example
White with #872125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872125; }
p { color: rgb(135,33,37); }
H1.HeaderClassName
{
color: #872125;
}
.AnyTagClassName
{
color: #872125;
}
</style>
background-color css
<style>
a { background-color: #872125; }
a { background-color: rgb(135,33,37); }
div.DivClassName
{
background-color: #872125;
}
.BgClassName
{
background-color: #872125;
}
</style>
border-color css
<style>
span { border-color: #872125; }
span { border-color: rgb(135,33,37); }
td.TdClassName
{
border-color: #872125;
}
.TagClassName
{
border-color: #872125;
}
</style>