Shades of Flame Red #90171E
Tints of Flame Red #90171E
RGB
CMYK
RGB Variations
Color information
#90171E (or 0x90171E) is known color: Flame Red. HEX triplet: 90, 17 and 1E. RGB value is (144,23,30). Sum of RGB (Red+Green+Blue) = 144+23+30=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #90171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90171E is #6FE8E1. Grayscale: #3C3C3C. Windows color (decimal): -7334114 or 1972112. OLE color: 1972112.
HSL color Cylindrical-coordinate representation of color #90171E: hue angle of 356.53º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90171E is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 30 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.44 |
| HSL | 356.53º | 0.72% | 0.33% | - |
| HSV(B) | 356.53º | 0.84% | 0.56% | - |
| XYZ | 12.04 | 6.64 | 1.87 | - |
| YUV | 59.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 30 | 0 | 0.84 | 0.79 | 0.44 | 356.53 | 0.72 | 0.33 |
| Hex | 90 | 17 | 1E | 0 | 54 | 4F | 2C | 165 | 48 | 21 |
| Octal | 220 | 27 | 36 | 0 | 124 | 117 | 54 | 545 | 110 | 41 |
| Binary | 10010000 | 10111 | 11110 | 0 | 1010100 | 1001111 | 101100 | 101100101 | 1001000 | 100001 |
Color Harmonies of #90171E
Complementary color
Monochromatic Colors of #90171E
Black with #90171E
Text Example
Text Example
White with #90171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90171E; }
p { color: rgb(144,23,30); }
H1.HeaderClassName
{
color: #90171E;
}
.AnyTagClassName
{
color: #90171E;
}
</style>
background-color css
<style>
a { background-color: #90171E; }
a { background-color: rgb(144,23,30); }
div.DivClassName
{
background-color: #90171E;
}
.BgClassName
{
background-color: #90171E;
}
</style>
border-color css
<style>
span { border-color: #90171E; }
span { border-color: rgb(144,23,30); }
td.TdClassName
{
border-color: #90171E;
}
.TagClassName
{
border-color: #90171E;
}
</style>