Shades of Flame Red #921A20
Tints of Flame Red #921A20
RGB
CMYK
RGB Variations
Color information
#921A20 (or 0x921A20) is known color: Flame Red. HEX triplet: 92, 1A and 20. RGB value is (146,26,32). Sum of RGB (Red+Green+Blue) = 146+26+32=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #921A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921A20 is #6DE5DF. Grayscale: #3E3E3E. Windows color (decimal): -7202272 or 2103954. OLE color: 2103954.
HSL color Cylindrical-coordinate representation of color #921A20: hue angle of 357º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921A20 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 26 | 32 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.43 |
| HSL | 357º | 0.7% | 0.34% | - |
| HSV(B) | 357º | 0.82% | 0.57% | - |
| XYZ | 12.48 | 6.95 | 2.05 | - |
| YUV | 62.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 26 | 32 | 0 | 0.82 | 0.78 | 0.43 | 357 | 0.7 | 0.34 |
| Hex | 92 | 1A | 20 | 0 | 52 | 4E | 2B | 165 | 46 | 22 |
| Octal | 222 | 32 | 40 | 0 | 122 | 116 | 53 | 545 | 106 | 42 |
| Binary | 10010010 | 11010 | 100000 | 0 | 1010010 | 1001110 | 101011 | 101100101 | 1000110 | 100010 |
Color Harmonies of #921A20
Complementary color
Monochromatic Colors of #921A20
Black with #921A20
Text Example
Text Example
White with #921A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921A20; }
p { color: rgb(146,26,32); }
H1.HeaderClassName
{
color: #921A20;
}
.AnyTagClassName
{
color: #921A20;
}
</style>
background-color css
<style>
a { background-color: #921A20; }
a { background-color: rgb(146,26,32); }
div.DivClassName
{
background-color: #921A20;
}
.BgClassName
{
background-color: #921A20;
}
</style>
border-color css
<style>
span { border-color: #921A20; }
span { border-color: rgb(146,26,32); }
td.TdClassName
{
border-color: #921A20;
}
.TagClassName
{
border-color: #921A20;
}
</style>