Shades of Dark Red #901503
Tints of Dark Red #901503
RGB
CMYK
RGB Variations
Color information
#901503 (or 0x901503) is known color: Dark Red. HEX triplet: 90, 15 and 03. RGB value is (144,21,3). Sum of RGB (Red+Green+Blue) = 144+21+3=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #901503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901503 is #6FEAFC. Grayscale: #373737. Windows color (decimal): -7334653 or 202128. OLE color: 202128.
HSL color Cylindrical-coordinate representation of color #901503: hue angle of 7.66º 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 #901503 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.44 |
| HSL | 7.66º | 0.96% | 0.29% | - |
| HSV(B) | 7.66º | 0.98% | 0.56% | - |
| XYZ | 11.79 | 6.47 | 0.71 | - |
| YUV | 55.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 3 | 0 | 0.85 | 0.98 | 0.44 | 7.66 | 0.96 | 0.29 |
| Hex | 90 | 15 | 3 | 0 | 55 | 62 | 2C | 8 | 60 | 1D |
| Octal | 220 | 25 | 3 | 0 | 125 | 142 | 54 | 10 | 140 | 35 |
| Binary | 10010000 | 10101 | 11 | 0 | 1010101 | 1100010 | 101100 | 1000 | 1100000 | 11101 |
Color Harmonies of #901503
Complementary color
Monochromatic Colors of #901503
Black with #901503
Text Example
Text Example
White with #901503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901503; }
p { color: rgb(144,21,3); }
H1.HeaderClassName
{
color: #901503;
}
.AnyTagClassName
{
color: #901503;
}
</style>
background-color css
<style>
a { background-color: #901503; }
a { background-color: rgb(144,21,3); }
div.DivClassName
{
background-color: #901503;
}
.BgClassName
{
background-color: #901503;
}
</style>
border-color css
<style>
span { border-color: #901503; }
span { border-color: rgb(144,21,3); }
td.TdClassName
{
border-color: #901503;
}
.TagClassName
{
border-color: #901503;
}
</style>