Shades of Flame Red #90152B
Tints of Flame Red #90152B
RGB
CMYK
RGB Variations
Color information
#90152B (or 0x90152B) is known color: Flame Red. HEX triplet: 90, 15 and 2B. RGB value is (144,21,43). Sum of RGB (Red+Green+Blue) = 144+21+43=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #90152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90152B is #6FEAD4. Grayscale: #3C3C3C. Windows color (decimal): -7334613 or 2823568. OLE color: 2823568.
HSL color Cylindrical-coordinate representation of color #90152B: hue angle of 349.27º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90152B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 43 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.44 |
| HSL | 349.27º | 0.75% | 0.32% | - |
| HSV(B) | 349.27º | 0.85% | 0.56% | - |
| XYZ | 12.21 | 6.64 | 2.92 | - |
| YUV | 60.29 | 118.25 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 43 | 0 | 0.85 | 0.70 | 0.44 | 349.27 | 0.75 | 0.32 |
| Hex | 90 | 15 | 2B | 0 | 55 | 46 | 2C | 15D | 4B | 20 |
| Octal | 220 | 25 | 53 | 0 | 125 | 106 | 54 | 535 | 113 | 40 |
| Binary | 10010000 | 10101 | 101011 | 0 | 1010101 | 1000110 | 101100 | 101011101 | 1001011 | 100000 |
Color Harmonies of #90152B
Complementary color
Monochromatic Colors of #90152B
Black with #90152B
Text Example
Text Example
White with #90152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90152B; }
p { color: rgb(144,21,43); }
H1.HeaderClassName
{
color: #90152B;
}
.AnyTagClassName
{
color: #90152B;
}
</style>
background-color css
<style>
a { background-color: #90152B; }
a { background-color: rgb(144,21,43); }
div.DivClassName
{
background-color: #90152B;
}
.BgClassName
{
background-color: #90152B;
}
</style>
border-color css
<style>
span { border-color: #90152B; }
span { border-color: rgb(144,21,43); }
td.TdClassName
{
border-color: #90152B;
}
.TagClassName
{
border-color: #90152B;
}
</style>