Shades of Flame Red #901D1F
Tints of Flame Red #901D1F
RGB
CMYK
RGB Variations
Color information
#901D1F (or 0x901D1F) is known color: Flame Red. HEX triplet: 90, 1D and 1F. RGB value is (144,29,31). Sum of RGB (Red+Green+Blue) = 144+29+31=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #901D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901D1F is #6FE2E0. Grayscale: #3F3F3F. Windows color (decimal): -7332577 or 2039184. OLE color: 2039184.
HSL color Cylindrical-coordinate representation of color #901D1F: hue angle of 358.96º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #901D1F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 29 | 31 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.44 |
| HSL | 358.96º | 0.66% | 0.34% | - |
| HSV(B) | 358.96º | 0.8% | 0.56% | - |
| XYZ | 12.19 | 6.91 | 1.99 | - |
| YUV | 63.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 29 | 31 | 0 | 0.80 | 0.78 | 0.44 | 358.96 | 0.66 | 0.34 |
| Hex | 90 | 1D | 1F | 0 | 50 | 4E | 2C | 167 | 42 | 22 |
| Octal | 220 | 35 | 37 | 0 | 120 | 116 | 54 | 547 | 102 | 42 |
| Binary | 10010000 | 11101 | 11111 | 0 | 1010000 | 1001110 | 101100 | 101100111 | 1000010 | 100010 |
Color Harmonies of #901D1F
Complementary color
Monochromatic Colors of #901D1F
Black with #901D1F
Text Example
Text Example
White with #901D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901D1F; }
p { color: rgb(144,29,31); }
H1.HeaderClassName
{
color: #901D1F;
}
.AnyTagClassName
{
color: #901D1F;
}
</style>
background-color css
<style>
a { background-color: #901D1F; }
a { background-color: rgb(144,29,31); }
div.DivClassName
{
background-color: #901D1F;
}
.BgClassName
{
background-color: #901D1F;
}
</style>
border-color css
<style>
span { border-color: #901D1F; }
span { border-color: rgb(144,29,31); }
td.TdClassName
{
border-color: #901D1F;
}
.TagClassName
{
border-color: #901D1F;
}
</style>