Shades of Flame Red #921C20
Tints of Flame Red #921C20
RGB
CMYK
RGB Variations
Color information
#921C20 (or 0x921C20) is known color: Flame Red. HEX triplet: 92, 1C and 20. RGB value is (146,28,32). Sum of RGB (Red+Green+Blue) = 146+28+32=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #921C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921C20 is #6DE3DF. Grayscale: #3F3F3F. Windows color (decimal): -7201760 or 2104466. OLE color: 2104466.
HSL color Cylindrical-coordinate representation of color #921C20: hue angle of 357.97º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #921C20 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 28 | 32 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.43 |
| HSL | 357.97º | 0.68% | 0.34% | - |
| HSV(B) | 357.97º | 0.81% | 0.57% | - |
| XYZ | 12.53 | 7.05 | 2.07 | - |
| YUV | 63.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 28 | 32 | 0 | 0.81 | 0.78 | 0.43 | 357.97 | 0.68 | 0.34 |
| Hex | 92 | 1C | 20 | 0 | 51 | 4E | 2B | 166 | 44 | 22 |
| Octal | 222 | 34 | 40 | 0 | 121 | 116 | 53 | 546 | 104 | 42 |
| Binary | 10010010 | 11100 | 100000 | 0 | 1010001 | 1001110 | 101011 | 101100110 | 1000100 | 100010 |
Color Harmonies of #921C20
Complementary color
Monochromatic Colors of #921C20
Black with #921C20
Text Example
Text Example
White with #921C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921C20; }
p { color: rgb(146,28,32); }
H1.HeaderClassName
{
color: #921C20;
}
.AnyTagClassName
{
color: #921C20;
}
</style>
background-color css
<style>
a { background-color: #921C20; }
a { background-color: rgb(146,28,32); }
div.DivClassName
{
background-color: #921C20;
}
.BgClassName
{
background-color: #921C20;
}
</style>
border-color css
<style>
span { border-color: #921C20; }
span { border-color: rgb(146,28,32); }
td.TdClassName
{
border-color: #921C20;
}
.TagClassName
{
border-color: #921C20;
}
</style>