Shades of Flame Red #901C21
Tints of Flame Red #901C21
RGB
CMYK
RGB Variations
Color information
#901C21 (or 0x901C21) is known color: Flame Red. HEX triplet: 90, 1C and 21. RGB value is (144,28,33). Sum of RGB (Red+Green+Blue) = 144+28+33=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #901C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C21 is #6FE3DE. Grayscale: #3F3F3F. Windows color (decimal): -7332831 or 2170000. OLE color: 2170000.
HSL color Cylindrical-coordinate representation of color #901C21: hue angle of 357.41º 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 #901C21 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 33 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.44 |
| HSL | 357.41º | 0.67% | 0.34% | - |
| HSV(B) | 357.41º | 0.81% | 0.56% | - |
| XYZ | 12.19 | 6.87 | 2.12 | - |
| YUV | 63.25 | 110.93 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 33 | 0 | 0.81 | 0.77 | 0.44 | 357.41 | 0.67 | 0.34 |
| Hex | 90 | 1C | 21 | 0 | 51 | 4D | 2C | 165 | 43 | 22 |
| Octal | 220 | 34 | 41 | 0 | 121 | 115 | 54 | 545 | 103 | 42 |
| Binary | 10010000 | 11100 | 100001 | 0 | 1010001 | 1001101 | 101100 | 101100101 | 1000011 | 100010 |
Color Harmonies of #901C21
Complementary color
Monochromatic Colors of #901C21
Black with #901C21
Text Example
Text Example
White with #901C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C21; }
p { color: rgb(144,28,33); }
H1.HeaderClassName
{
color: #901C21;
}
.AnyTagClassName
{
color: #901C21;
}
</style>
background-color css
<style>
a { background-color: #901C21; }
a { background-color: rgb(144,28,33); }
div.DivClassName
{
background-color: #901C21;
}
.BgClassName
{
background-color: #901C21;
}
</style>
border-color css
<style>
span { border-color: #901C21; }
span { border-color: rgb(144,28,33); }
td.TdClassName
{
border-color: #901C21;
}
.TagClassName
{
border-color: #901C21;
}
</style>