Shades of Flame Red #901620
Tints of Flame Red #901620
RGB
CMYK
RGB Variations
Color information
#901620 (or 0x901620) is known color: Flame Red. HEX triplet: 90, 16 and 20. RGB value is (144,22,32). Sum of RGB (Red+Green+Blue) = 144+22+32=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #901620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901620 is #6FE9DF. Grayscale: #3B3B3B. Windows color (decimal): -7334368 or 2102928. OLE color: 2102928.
HSL color Cylindrical-coordinate representation of color #901620: hue angle of 355.08º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901620 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 32 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.44 |
| HSL | 355.08º | 0.73% | 0.33% | - |
| HSV(B) | 355.08º | 0.85% | 0.56% | - |
| XYZ | 12.05 | 6.61 | 2.01 | - |
| YUV | 59.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 32 | 0 | 0.85 | 0.78 | 0.44 | 355.08 | 0.73 | 0.33 |
| Hex | 90 | 16 | 20 | 0 | 55 | 4E | 2C | 163 | 49 | 21 |
| Octal | 220 | 26 | 40 | 0 | 125 | 116 | 54 | 543 | 111 | 41 |
| Binary | 10010000 | 10110 | 100000 | 0 | 1010101 | 1001110 | 101100 | 101100011 | 1001001 | 100001 |
Color Harmonies of #901620
Complementary color
Monochromatic Colors of #901620
Black with #901620
Text Example
Text Example
White with #901620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901620; }
p { color: rgb(144,22,32); }
H1.HeaderClassName
{
color: #901620;
}
.AnyTagClassName
{
color: #901620;
}
</style>
background-color css
<style>
a { background-color: #901620; }
a { background-color: rgb(144,22,32); }
div.DivClassName
{
background-color: #901620;
}
.BgClassName
{
background-color: #901620;
}
</style>
border-color css
<style>
span { border-color: #901620; }
span { border-color: rgb(144,22,32); }
td.TdClassName
{
border-color: #901620;
}
.TagClassName
{
border-color: #901620;
}
</style>