Shades of Flame Red #901820
Tints of Flame Red #901820
RGB
CMYK
RGB Variations
Color information
#901820 (or 0x901820) is known color: Flame Red. HEX triplet: 90, 18 and 20. RGB value is (144,24,32). Sum of RGB (Red+Green+Blue) = 144+24+32=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #901820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901820 is #6FE7DF. Grayscale: #3C3C3C. Windows color (decimal): -7333856 or 2103440. OLE color: 2103440.
HSL color Cylindrical-coordinate representation of color #901820: hue angle of 356º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901820 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 32 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.44 |
| HSL | 356º | 0.71% | 0.33% | - |
| HSV(B) | 356º | 0.83% | 0.56% | - |
| XYZ | 12.09 | 6.69 | 2.02 | - |
| YUV | 60.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 32 | 0 | 0.83 | 0.78 | 0.44 | 356 | 0.71 | 0.33 |
| Hex | 90 | 18 | 20 | 0 | 53 | 4E | 2C | 164 | 47 | 21 |
| Octal | 220 | 30 | 40 | 0 | 123 | 116 | 54 | 544 | 107 | 41 |
| Binary | 10010000 | 11000 | 100000 | 0 | 1010011 | 1001110 | 101100 | 101100100 | 1000111 | 100001 |
Color Harmonies of #901820
Complementary color
Monochromatic Colors of #901820
Black with #901820
Text Example
Text Example
White with #901820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901820; }
p { color: rgb(144,24,32); }
H1.HeaderClassName
{
color: #901820;
}
.AnyTagClassName
{
color: #901820;
}
</style>
background-color css
<style>
a { background-color: #901820; }
a { background-color: rgb(144,24,32); }
div.DivClassName
{
background-color: #901820;
}
.BgClassName
{
background-color: #901820;
}
</style>
border-color css
<style>
span { border-color: #901820; }
span { border-color: rgb(144,24,32); }
td.TdClassName
{
border-color: #901820;
}
.TagClassName
{
border-color: #901820;
}
</style>