Shades of Flame Red #902024
Tints of Flame Red #902024
RGB
CMYK
RGB Variations
Color information
#902024 (or 0x902024) is known color: Flame Red. HEX triplet: 90, 20 and 24. RGB value is (144,32,36). Sum of RGB (Red+Green+Blue) = 144+32+36=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #902024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902024 is #6FDFDB. Grayscale: #424242. Windows color (decimal): -7331804 or 2367632. OLE color: 2367632.
HSL color Cylindrical-coordinate representation of color #902024: hue angle of 357.86º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902024 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 32 | 36 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.44 |
| HSL | 357.86º | 0.64% | 0.35% | - |
| HSV(B) | 357.86º | 0.78% | 0.56% | - |
| XYZ | 12.34 | 7.09 | 2.39 | - |
| YUV | 65.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 32 | 36 | 0 | 0.78 | 0.75 | 0.44 | 357.86 | 0.64 | 0.35 |
| Hex | 90 | 20 | 24 | 0 | 4E | 4B | 2C | 166 | 40 | 23 |
| Octal | 220 | 40 | 44 | 0 | 116 | 113 | 54 | 546 | 100 | 43 |
| Binary | 10010000 | 100000 | 100100 | 0 | 1001110 | 1001011 | 101100 | 101100110 | 1000000 | 100011 |
Color Harmonies of #902024
Complementary color
Monochromatic Colors of #902024
Black with #902024
Text Example
Text Example
White with #902024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902024; }
p { color: rgb(144,32,36); }
H1.HeaderClassName
{
color: #902024;
}
.AnyTagClassName
{
color: #902024;
}
</style>
background-color css
<style>
a { background-color: #902024; }
a { background-color: rgb(144,32,36); }
div.DivClassName
{
background-color: #902024;
}
.BgClassName
{
background-color: #902024;
}
</style>
border-color css
<style>
span { border-color: #902024; }
span { border-color: rgb(144,32,36); }
td.TdClassName
{
border-color: #902024;
}
.TagClassName
{
border-color: #902024;
}
</style>