Shades of Dark Red #901101
Tints of Dark Red #901101
RGB
CMYK
RGB Variations
Color information
#901101 (or 0x901101) is known color: Dark Red. HEX triplet: 90, 11 and 01. RGB value is (144,17,1). Sum of RGB (Red+Green+Blue) = 144+17+1=162 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.89% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 144 - color contains mainly: red. Hex color #901101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901101 is #6FEEFE. Grayscale: #353535. Windows color (decimal): -7335679 or 70032. OLE color: 70032.
HSL color Cylindrical-coordinate representation of color #901101: hue angle of 6.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #901101 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.44 |
| HSL | 6.71º | 0.99% | 0.28% | - |
| HSV(B) | 6.71º | 0.99% | 0.56% | - |
| XYZ | 11.71 | 6.33 | 0.63 | - |
| YUV | 53.15 | 98.58 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 1 | 0 | 0.88 | 0.99 | 0.44 | 6.71 | 0.99 | 0.28 |
| Hex | 90 | 11 | 1 | 0 | 58 | 63 | 2C | 7 | 63 | 1C |
| Octal | 220 | 21 | 1 | 0 | 130 | 143 | 54 | 7 | 143 | 34 |
| Binary | 10010000 | 10001 | 1 | 0 | 1011000 | 1100011 | 101100 | 111 | 1100011 | 11100 |
Color Harmonies of #901101
Complementary color
Monochromatic Colors of #901101
Black with #901101
Text Example
Text Example
White with #901101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901101; }
p { color: rgb(144,17,1); }
H1.HeaderClassName
{
color: #901101;
}
.AnyTagClassName
{
color: #901101;
}
</style>
background-color css
<style>
a { background-color: #901101; }
a { background-color: rgb(144,17,1); }
div.DivClassName
{
background-color: #901101;
}
.BgClassName
{
background-color: #901101;
}
</style>
border-color css
<style>
span { border-color: #901101; }
span { border-color: rgb(144,17,1); }
td.TdClassName
{
border-color: #901101;
}
.TagClassName
{
border-color: #901101;
}
</style>