Shades of Flame Red #851924
Tints of Flame Red #851924
RGB
CMYK
RGB Variations
Color information
#851924 (or 0x851924) is known color: Flame Red. HEX triplet: 85, 19 and 24. RGB value is (133,25,36). Sum of RGB (Red+Green+Blue) = 133+25+36=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #851924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851924 is #7AE6DB. Grayscale: #3A3A3A. Windows color (decimal): -8054492 or 2365829. OLE color: 2365829.
HSL color Cylindrical-coordinate representation of color #851924: hue angle of 353.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851924 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 36 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.48 |
| HSL | 353.89º | 0.68% | 0.31% | - |
| HSV(B) | 353.89º | 0.81% | 0.52% | - |
| XYZ | 10.34 | 5.81 | 2.25 | - |
| YUV | 58.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 36 | 0 | 0.81 | 0.73 | 0.48 | 353.89 | 0.68 | 0.31 |
| Hex | 85 | 19 | 24 | 0 | 51 | 49 | 30 | 162 | 44 | 1F |
| Octal | 205 | 31 | 44 | 0 | 121 | 111 | 60 | 542 | 104 | 37 |
| Binary | 10000101 | 11001 | 100100 | 0 | 1010001 | 1001001 | 110000 | 101100010 | 1000100 | 11111 |
Color Harmonies of #851924
Complementary color
Monochromatic Colors of #851924
Black with #851924
Text Example
Text Example
White with #851924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851924; }
p { color: rgb(133,25,36); }
H1.HeaderClassName
{
color: #851924;
}
.AnyTagClassName
{
color: #851924;
}
</style>
background-color css
<style>
a { background-color: #851924; }
a { background-color: rgb(133,25,36); }
div.DivClassName
{
background-color: #851924;
}
.BgClassName
{
background-color: #851924;
}
</style>
border-color css
<style>
span { border-color: #851924; }
span { border-color: rgb(133,25,36); }
td.TdClassName
{
border-color: #851924;
}
.TagClassName
{
border-color: #851924;
}
</style>