Shades of Flame Red #90171F
Tints of Flame Red #90171F
RGB
CMYK
RGB Variations
Color information
#90171F (or 0x90171F) is known color: Flame Red. HEX triplet: 90, 17 and 1F. RGB value is (144,23,31). Sum of RGB (Red+Green+Blue) = 144+23+31=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #90171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90171F is #6FE8E0. Grayscale: #3C3C3C. Windows color (decimal): -7334113 or 2037648. OLE color: 2037648.
HSL color Cylindrical-coordinate representation of color #90171F: hue angle of 356.03º 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 #90171F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 31 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.44 |
| HSL | 356.03º | 0.72% | 0.33% | - |
| HSV(B) | 356.03º | 0.84% | 0.56% | - |
| XYZ | 12.06 | 6.64 | 1.94 | - |
| YUV | 60.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 31 | 0 | 0.84 | 0.78 | 0.44 | 356.03 | 0.72 | 0.33 |
| Hex | 90 | 17 | 1F | 0 | 54 | 4E | 2C | 164 | 48 | 21 |
| Octal | 220 | 27 | 37 | 0 | 124 | 116 | 54 | 544 | 110 | 41 |
| Binary | 10010000 | 10111 | 11111 | 0 | 1010100 | 1001110 | 101100 | 101100100 | 1001000 | 100001 |
Color Harmonies of #90171F
Complementary color
Monochromatic Colors of #90171F
Black with #90171F
Text Example
Text Example
White with #90171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90171F; }
p { color: rgb(144,23,31); }
H1.HeaderClassName
{
color: #90171F;
}
.AnyTagClassName
{
color: #90171F;
}
</style>
background-color css
<style>
a { background-color: #90171F; }
a { background-color: rgb(144,23,31); }
div.DivClassName
{
background-color: #90171F;
}
.BgClassName
{
background-color: #90171F;
}
</style>
border-color css
<style>
span { border-color: #90171F; }
span { border-color: rgb(144,23,31); }
td.TdClassName
{
border-color: #90171F;
}
.TagClassName
{
border-color: #90171F;
}
</style>