Shades of Flame Red #901C20
Tints of Flame Red #901C20
RGB
CMYK
RGB Variations
Color information
#901C20 (or 0x901C20) is known color: Flame Red. HEX triplet: 90, 1C and 20. RGB value is (144,28,32). Sum of RGB (Red+Green+Blue) = 144+28+32=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #901C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C20 is #6FE3DF. Grayscale: #3F3F3F. Windows color (decimal): -7332832 or 2104464. OLE color: 2104464.
HSL color Cylindrical-coordinate representation of color #901C20: hue angle of 357.93º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C20 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 32 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.44 |
| HSL | 357.93º | 0.67% | 0.34% | - |
| HSV(B) | 357.93º | 0.81% | 0.56% | - |
| XYZ | 12.18 | 6.86 | 2.05 | - |
| YUV | 63.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 32 | 0 | 0.81 | 0.78 | 0.44 | 357.93 | 0.67 | 0.34 |
| Hex | 90 | 1C | 20 | 0 | 51 | 4E | 2C | 166 | 43 | 22 |
| Octal | 220 | 34 | 40 | 0 | 121 | 116 | 54 | 546 | 103 | 42 |
| Binary | 10010000 | 11100 | 100000 | 0 | 1010001 | 1001110 | 101100 | 101100110 | 1000011 | 100010 |
Color Harmonies of #901C20
Complementary color
Monochromatic Colors of #901C20
Black with #901C20
Text Example
Text Example
White with #901C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C20; }
p { color: rgb(144,28,32); }
H1.HeaderClassName
{
color: #901C20;
}
.AnyTagClassName
{
color: #901C20;
}
</style>
background-color css
<style>
a { background-color: #901C20; }
a { background-color: rgb(144,28,32); }
div.DivClassName
{
background-color: #901C20;
}
.BgClassName
{
background-color: #901C20;
}
</style>
border-color css
<style>
span { border-color: #901C20; }
span { border-color: rgb(144,28,32); }
td.TdClassName
{
border-color: #901C20;
}
.TagClassName
{
border-color: #901C20;
}
</style>