Shades of Flame Red #872325
Tints of Flame Red #872325
RGB
CMYK
RGB Variations
Color information
#872325 (or 0x872325) is known color: Flame Red. HEX triplet: 87, 23 and 25. RGB value is (135,35,37). Sum of RGB (Red+Green+Blue) = 135+35+37=207 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.22% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 135 - color contains mainly: red. Hex color #872325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872325 is #78DCDA. Grayscale: #414141. Windows color (decimal): -7920859 or 2433927. OLE color: 2433927.
HSL color Cylindrical-coordinate representation of color #872325: hue angle of 358.8º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872325 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 37 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.47 |
| HSL | 358.8º | 0.59% | 0.33% | - |
| HSV(B) | 358.8º | 0.74% | 0.53% | - |
| XYZ | 10.93 | 6.49 | 2.43 | - |
| YUV | 65.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 37 | 0 | 0.74 | 0.73 | 0.47 | 358.8 | 0.59 | 0.33 |
| Hex | 87 | 23 | 25 | 0 | 4A | 49 | 2F | 167 | 3B | 21 |
| Octal | 207 | 43 | 45 | 0 | 112 | 111 | 57 | 547 | 73 | 41 |
| Binary | 10000111 | 100011 | 100101 | 0 | 1001010 | 1001001 | 101111 | 101100111 | 111011 | 100001 |
Color Harmonies of #872325
Complementary color
Monochromatic Colors of #872325
Black with #872325
Text Example
Text Example
White with #872325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872325; }
p { color: rgb(135,35,37); }
H1.HeaderClassName
{
color: #872325;
}
.AnyTagClassName
{
color: #872325;
}
</style>
background-color css
<style>
a { background-color: #872325; }
a { background-color: rgb(135,35,37); }
div.DivClassName
{
background-color: #872325;
}
.BgClassName
{
background-color: #872325;
}
</style>
border-color css
<style>
span { border-color: #872325; }
span { border-color: rgb(135,35,37); }
td.TdClassName
{
border-color: #872325;
}
.TagClassName
{
border-color: #872325;
}
</style>