Shades of Flame Red #921720
Tints of Flame Red #921720
RGB
CMYK
RGB Variations
Color information
#921720 (or 0x921720) is known color: Flame Red. HEX triplet: 92, 17 and 20. RGB value is (146,23,32). Sum of RGB (Red+Green+Blue) = 146+23+32=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #921720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921720 is #6DE8DF. Grayscale: #3C3C3C. Windows color (decimal): -7203040 or 2103186. OLE color: 2103186.
HSL color Cylindrical-coordinate representation of color #921720: hue angle of 355.61º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921720 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 23 | 32 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.43 |
| HSL | 355.61º | 0.73% | 0.33% | - |
| HSV(B) | 355.61º | 0.84% | 0.57% | - |
| XYZ | 12.42 | 6.83 | 2.03 | - |
| YUV | 60.8 | 111.75 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 32 | 0 | 0.84 | 0.78 | 0.43 | 355.61 | 0.73 | 0.33 |
| Hex | 92 | 17 | 20 | 0 | 54 | 4E | 2B | 164 | 49 | 21 |
| Octal | 222 | 27 | 40 | 0 | 124 | 116 | 53 | 544 | 111 | 41 |
| Binary | 10010010 | 10111 | 100000 | 0 | 1010100 | 1001110 | 101011 | 101100100 | 1001001 | 100001 |
Color Harmonies of #921720
Complementary color
Monochromatic Colors of #921720
Black with #921720
Text Example
Text Example
White with #921720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921720; }
p { color: rgb(146,23,32); }
H1.HeaderClassName
{
color: #921720;
}
.AnyTagClassName
{
color: #921720;
}
</style>
background-color css
<style>
a { background-color: #921720; }
a { background-color: rgb(146,23,32); }
div.DivClassName
{
background-color: #921720;
}
.BgClassName
{
background-color: #921720;
}
</style>
border-color css
<style>
span { border-color: #921720; }
span { border-color: rgb(146,23,32); }
td.TdClassName
{
border-color: #921720;
}
.TagClassName
{
border-color: #921720;
}
</style>