Shades of Flame Red #801F24
Tints of Flame Red #801F24
RGB
CMYK
RGB Variations
Color information
#801F24 (or 0x801F24) is known color: Flame Red. HEX triplet: 80, 1F and 24. RGB value is (128,31,36). Sum of RGB (Red+Green+Blue) = 128+31+36=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #801F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801F24 is #7FE0DB. Grayscale: #3C3C3C. Windows color (decimal): -8380636 or 2367360. OLE color: 2367360.
HSL color Cylindrical-coordinate representation of color #801F24: hue angle of 356.91º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #801F24 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 31 | 36 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.50 |
| HSL | 356.91º | 0.61% | 0.31% | - |
| HSV(B) | 356.91º | 0.76% | 0.5% | - |
| XYZ | 9.71 | 5.7 | 2.26 | - |
| YUV | 60.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 36 | 0 | 0.76 | 0.72 | 0.50 | 356.91 | 0.61 | 0.31 |
| Hex | 80 | 1F | 24 | 0 | 4C | 48 | 32 | 165 | 3D | 1F |
| Octal | 200 | 37 | 44 | 0 | 114 | 110 | 62 | 545 | 75 | 37 |
| Binary | 10000000 | 11111 | 100100 | 0 | 1001100 | 1001000 | 110010 | 101100101 | 111101 | 11111 |
Color Harmonies of #801F24
Complementary color
Monochromatic Colors of #801F24
Black with #801F24
Text Example
Text Example
White with #801F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801F24; }
p { color: rgb(128,31,36); }
H1.HeaderClassName
{
color: #801F24;
}
.AnyTagClassName
{
color: #801F24;
}
</style>
background-color css
<style>
a { background-color: #801F24; }
a { background-color: rgb(128,31,36); }
div.DivClassName
{
background-color: #801F24;
}
.BgClassName
{
background-color: #801F24;
}
</style>
border-color css
<style>
span { border-color: #801F24; }
span { border-color: rgb(128,31,36); }
td.TdClassName
{
border-color: #801F24;
}
.TagClassName
{
border-color: #801F24;
}
</style>