Shades of Flame Red #90181F
Tints of Flame Red #90181F
RGB
CMYK
RGB Variations
Color information
#90181F (or 0x90181F) is known color: Flame Red. HEX triplet: 90, 18 and 1F. RGB value is (144,24,31). Sum of RGB (Red+Green+Blue) = 144+24+31=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #90181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90181F is #6FE7E0. Grayscale: #3C3C3C. Windows color (decimal): -7333857 or 2037904. OLE color: 2037904.
HSL color Cylindrical-coordinate representation of color #90181F: hue angle of 356.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90181F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 31 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.44 |
| HSL | 356.5º | 0.71% | 0.33% | - |
| HSV(B) | 356.5º | 0.83% | 0.56% | - |
| XYZ | 12.08 | 6.68 | 1.95 | - |
| YUV | 60.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 31 | 0 | 0.83 | 0.78 | 0.44 | 356.5 | 0.71 | 0.33 |
| Hex | 90 | 18 | 1F | 0 | 53 | 4E | 2C | 164 | 47 | 21 |
| Octal | 220 | 30 | 37 | 0 | 123 | 116 | 54 | 544 | 107 | 41 |
| Binary | 10010000 | 11000 | 11111 | 0 | 1010011 | 1001110 | 101100 | 101100100 | 1000111 | 100001 |
Color Harmonies of #90181F
Complementary color
Monochromatic Colors of #90181F
Black with #90181F
Text Example
Text Example
White with #90181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90181F; }
p { color: rgb(144,24,31); }
H1.HeaderClassName
{
color: #90181F;
}
.AnyTagClassName
{
color: #90181F;
}
</style>
background-color css
<style>
a { background-color: #90181F; }
a { background-color: rgb(144,24,31); }
div.DivClassName
{
background-color: #90181F;
}
.BgClassName
{
background-color: #90181F;
}
</style>
border-color css
<style>
span { border-color: #90181F; }
span { border-color: rgb(144,24,31); }
td.TdClassName
{
border-color: #90181F;
}
.TagClassName
{
border-color: #90181F;
}
</style>