Shades of Dark Red #901103
Tints of Dark Red #901103
RGB
CMYK
RGB Variations
Color information
#901103 (or 0x901103) is known color: Dark Red. HEX triplet: 90, 11 and 03. RGB value is (144,17,3). Sum of RGB (Red+Green+Blue) = 144+17+3=164 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.80% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 144 - color contains mainly: red. Hex color #901103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901103 is #6FEEFC. Grayscale: #353535. Windows color (decimal): -7335677 or 201104. OLE color: 201104.
HSL color Cylindrical-coordinate representation of color #901103: hue angle of 5.96º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #901103 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 3 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.44 |
| HSL | 5.96º | 0.96% | 0.29% | - |
| HSV(B) | 5.96º | 0.98% | 0.56% | - |
| XYZ | 11.72 | 6.34 | 0.69 | - |
| YUV | 53.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 3 | 0 | 0.88 | 0.98 | 0.44 | 5.96 | 0.96 | 0.29 |
| Hex | 90 | 11 | 3 | 0 | 58 | 62 | 2C | 6 | 60 | 1D |
| Octal | 220 | 21 | 3 | 0 | 130 | 142 | 54 | 6 | 140 | 35 |
| Binary | 10010000 | 10001 | 11 | 0 | 1011000 | 1100010 | 101100 | 110 | 1100000 | 11101 |
Color Harmonies of #901103
Complementary color
Monochromatic Colors of #901103
Black with #901103
Text Example
Text Example
White with #901103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901103; }
p { color: rgb(144,17,3); }
H1.HeaderClassName
{
color: #901103;
}
.AnyTagClassName
{
color: #901103;
}
</style>
background-color css
<style>
a { background-color: #901103; }
a { background-color: rgb(144,17,3); }
div.DivClassName
{
background-color: #901103;
}
.BgClassName
{
background-color: #901103;
}
</style>
border-color css
<style>
span { border-color: #901103; }
span { border-color: rgb(144,17,3); }
td.TdClassName
{
border-color: #901103;
}
.TagClassName
{
border-color: #901103;
}
</style>