Shades of Flame Red #921920
Tints of Flame Red #921920
RGB
CMYK
RGB Variations
Color information
#921920 (or 0x921920) is known color: Flame Red. HEX triplet: 92, 19 and 20. RGB value is (146,25,32). Sum of RGB (Red+Green+Blue) = 146+25+32=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #921920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921920 is #6DE6DF. Grayscale: #3E3E3E. Windows color (decimal): -7202528 or 2103698. OLE color: 2103698.
HSL color Cylindrical-coordinate representation of color #921920: hue angle of 356.53º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921920 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 32 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.43 |
| HSL | 356.53º | 0.71% | 0.34% | - |
| HSV(B) | 356.53º | 0.83% | 0.57% | - |
| XYZ | 12.46 | 6.91 | 2.04 | - |
| YUV | 61.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 32 | 0 | 0.83 | 0.78 | 0.43 | 356.53 | 0.71 | 0.34 |
| Hex | 92 | 19 | 20 | 0 | 53 | 4E | 2B | 165 | 47 | 22 |
| Octal | 222 | 31 | 40 | 0 | 123 | 116 | 53 | 545 | 107 | 42 |
| Binary | 10010010 | 11001 | 100000 | 0 | 1010011 | 1001110 | 101011 | 101100101 | 1000111 | 100010 |
Color Harmonies of #921920
Complementary color
Monochromatic Colors of #921920
Black with #921920
Text Example
Text Example
White with #921920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921920; }
p { color: rgb(146,25,32); }
H1.HeaderClassName
{
color: #921920;
}
.AnyTagClassName
{
color: #921920;
}
</style>
background-color css
<style>
a { background-color: #921920; }
a { background-color: rgb(146,25,32); }
div.DivClassName
{
background-color: #921920;
}
.BgClassName
{
background-color: #921920;
}
</style>
border-color css
<style>
span { border-color: #921920; }
span { border-color: rgb(146,25,32); }
td.TdClassName
{
border-color: #921920;
}
.TagClassName
{
border-color: #921920;
}
</style>