Shades of Flame Red #90191B
Tints of Flame Red #90191B
RGB
CMYK
RGB Variations
Color information
#90191B (or 0x90191B) is known color: Flame Red. HEX triplet: 90, 19 and 1B. RGB value is (144,25,27). Sum of RGB (Red+Green+Blue) = 144+25+27=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #90191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90191B is #6FE6E4. Grayscale: #3C3C3C. Windows color (decimal): -7333605 or 1776016. OLE color: 1776016.
HSL color Cylindrical-coordinate representation of color #90191B: hue angle of 358.99º degrees, saturation: 0.7, 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 #90191B is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 27 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.44 |
| HSL | 358.99º | 0.7% | 0.33% | - |
| HSV(B) | 358.99º | 0.83% | 0.56% | - |
| XYZ | 12.05 | 6.7 | 1.7 | - |
| YUV | 60.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 27 | 0 | 0.83 | 0.81 | 0.44 | 358.99 | 0.7 | 0.33 |
| Hex | 90 | 19 | 1B | 0 | 53 | 51 | 2C | 167 | 46 | 21 |
| Octal | 220 | 31 | 33 | 0 | 123 | 121 | 54 | 547 | 106 | 41 |
| Binary | 10010000 | 11001 | 11011 | 0 | 1010011 | 1010001 | 101100 | 101100111 | 1000110 | 100001 |
Color Harmonies of #90191B
Complementary color
Monochromatic Colors of #90191B
Black with #90191B
Text Example
Text Example
White with #90191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90191B; }
p { color: rgb(144,25,27); }
H1.HeaderClassName
{
color: #90191B;
}
.AnyTagClassName
{
color: #90191B;
}
</style>
background-color css
<style>
a { background-color: #90191B; }
a { background-color: rgb(144,25,27); }
div.DivClassName
{
background-color: #90191B;
}
.BgClassName
{
background-color: #90191B;
}
</style>
border-color css
<style>
span { border-color: #90191B; }
span { border-color: rgb(144,25,27); }
td.TdClassName
{
border-color: #90191B;
}
.TagClassName
{
border-color: #90191B;
}
</style>