Shades of Flame Red #90142C
Tints of Flame Red #90142C
RGB
CMYK
RGB Variations
Color information
#90142C (or 0x90142C) is known color: Flame Red. HEX triplet: 90, 14 and 2C. RGB value is (144,20,44). Sum of RGB (Red+Green+Blue) = 144+20+44=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #90142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90142C is #6FEBD3. Grayscale: #3B3B3B. Windows color (decimal): -7334868 or 2888848. OLE color: 2888848.
HSL color Cylindrical-coordinate representation of color #90142C: hue angle of 348.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90142C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 44 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.44 |
| HSL | 348.39º | 0.76% | 0.32% | - |
| HSV(B) | 348.39º | 0.86% | 0.56% | - |
| XYZ | 12.21 | 6.61 | 3.02 | - |
| YUV | 59.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 44 | 0 | 0.86 | 0.69 | 0.44 | 348.39 | 0.76 | 0.32 |
| Hex | 90 | 14 | 2C | 0 | 56 | 45 | 2C | 15C | 4C | 20 |
| Octal | 220 | 24 | 54 | 0 | 126 | 105 | 54 | 534 | 114 | 40 |
| Binary | 10010000 | 10100 | 101100 | 0 | 1010110 | 1000101 | 101100 | 101011100 | 1001100 | 100000 |
Color Harmonies of #90142C
Complementary color
Monochromatic Colors of #90142C
Black with #90142C
Text Example
Text Example
White with #90142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90142C; }
p { color: rgb(144,20,44); }
H1.HeaderClassName
{
color: #90142C;
}
.AnyTagClassName
{
color: #90142C;
}
</style>
background-color css
<style>
a { background-color: #90142C; }
a { background-color: rgb(144,20,44); }
div.DivClassName
{
background-color: #90142C;
}
.BgClassName
{
background-color: #90142C;
}
</style>
border-color css
<style>
span { border-color: #90142C; }
span { border-color: rgb(144,20,44); }
td.TdClassName
{
border-color: #90142C;
}
.TagClassName
{
border-color: #90142C;
}
</style>