Shades of Flame Red #901B1D
Tints of Flame Red #901B1D
RGB
CMYK
RGB Variations
Color information
#901B1D (or 0x901B1D) is known color: Flame Red. HEX triplet: 90, 1B and 1D. RGB value is (144,27,29). Sum of RGB (Red+Green+Blue) = 144+27+29=200 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 144 - color contains mainly: red. Hex color #901B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B1D is #6FE4E2. Grayscale: #3E3E3E. Windows color (decimal): -7333091 or 1907600. OLE color: 1907600.
HSL color Cylindrical-coordinate representation of color #901B1D: hue angle of 358.97º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901B1D is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 29 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.44 |
| HSL | 358.97º | 0.68% | 0.34% | - |
| HSV(B) | 358.97º | 0.81% | 0.56% | - |
| XYZ | 12.12 | 6.8 | 1.84 | - |
| YUV | 62.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 29 | 0 | 0.81 | 0.80 | 0.44 | 358.97 | 0.68 | 0.34 |
| Hex | 90 | 1B | 1D | 0 | 51 | 50 | 2C | 167 | 44 | 22 |
| Octal | 220 | 33 | 35 | 0 | 121 | 120 | 54 | 547 | 104 | 42 |
| Binary | 10010000 | 11011 | 11101 | 0 | 1010001 | 1010000 | 101100 | 101100111 | 1000100 | 100010 |
Color Harmonies of #901B1D
Complementary color
Monochromatic Colors of #901B1D
Black with #901B1D
Text Example
Text Example
White with #901B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B1D; }
p { color: rgb(144,27,29); }
H1.HeaderClassName
{
color: #901B1D;
}
.AnyTagClassName
{
color: #901B1D;
}
</style>
background-color css
<style>
a { background-color: #901B1D; }
a { background-color: rgb(144,27,29); }
div.DivClassName
{
background-color: #901B1D;
}
.BgClassName
{
background-color: #901B1D;
}
</style>
border-color css
<style>
span { border-color: #901B1D; }
span { border-color: rgb(144,27,29); }
td.TdClassName
{
border-color: #901B1D;
}
.TagClassName
{
border-color: #901B1D;
}
</style>