Shades of Flame Red #90181D
Tints of Flame Red #90181D
RGB
CMYK
RGB Variations
Color information
#90181D (or 0x90181D) is known color: Flame Red. HEX triplet: 90, 18 and 1D. RGB value is (144,24,29). Sum of RGB (Red+Green+Blue) = 144+24+29=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #90181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90181D is #6FE7E2. Grayscale: #3C3C3C. Windows color (decimal): -7333859 or 1906832. OLE color: 1906832.
HSL color Cylindrical-coordinate representation of color #90181D: hue angle of 357.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 #90181D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 29 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.44 |
| HSL | 357.5º | 0.71% | 0.33% | - |
| HSV(B) | 357.5º | 0.83% | 0.56% | - |
| XYZ | 12.05 | 6.67 | 1.81 | - |
| YUV | 60.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 29 | 0 | 0.83 | 0.80 | 0.44 | 357.5 | 0.71 | 0.33 |
| Hex | 90 | 18 | 1D | 0 | 53 | 50 | 2C | 166 | 47 | 21 |
| Octal | 220 | 30 | 35 | 0 | 123 | 120 | 54 | 546 | 107 | 41 |
| Binary | 10010000 | 11000 | 11101 | 0 | 1010011 | 1010000 | 101100 | 101100110 | 1000111 | 100001 |
Color Harmonies of #90181D
Complementary color
Monochromatic Colors of #90181D
Black with #90181D
Text Example
Text Example
White with #90181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90181D; }
p { color: rgb(144,24,29); }
H1.HeaderClassName
{
color: #90181D;
}
.AnyTagClassName
{
color: #90181D;
}
</style>
background-color css
<style>
a { background-color: #90181D; }
a { background-color: rgb(144,24,29); }
div.DivClassName
{
background-color: #90181D;
}
.BgClassName
{
background-color: #90181D;
}
</style>
border-color css
<style>
span { border-color: #90181D; }
span { border-color: rgb(144,24,29); }
td.TdClassName
{
border-color: #90181D;
}
.TagClassName
{
border-color: #90181D;
}
</style>