Shades of Dark Red #901404
Tints of Dark Red #901404
RGB
CMYK
RGB Variations
Color information
#901404 (or 0x901404) is known color: Dark Red. HEX triplet: 90, 14 and 04. RGB value is (144,20,4). Sum of RGB (Red+Green+Blue) = 144+20+4=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #901404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901404 is #6FEBFB. Grayscale: #373737. Windows color (decimal): -7334908 or 267408. OLE color: 267408.
HSL color Cylindrical-coordinate representation of color #901404: hue angle of 6.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #901404 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 4 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.44 |
| HSL | 6.86º | 0.95% | 0.29% | - |
| HSV(B) | 6.86º | 0.97% | 0.56% | - |
| XYZ | 11.77 | 6.44 | 0.74 | - |
| YUV | 55.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 4 | 0 | 0.86 | 0.97 | 0.44 | 6.86 | 0.95 | 0.29 |
| Hex | 90 | 14 | 4 | 0 | 56 | 61 | 2C | 7 | 5F | 1D |
| Octal | 220 | 24 | 4 | 0 | 126 | 141 | 54 | 7 | 137 | 35 |
| Binary | 10010000 | 10100 | 100 | 0 | 1010110 | 1100001 | 101100 | 111 | 1011111 | 11101 |
Color Harmonies of #901404
Complementary color
Monochromatic Colors of #901404
Black with #901404
Text Example
Text Example
White with #901404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901404; }
p { color: rgb(144,20,4); }
H1.HeaderClassName
{
color: #901404;
}
.AnyTagClassName
{
color: #901404;
}
</style>
background-color css
<style>
a { background-color: #901404; }
a { background-color: rgb(144,20,4); }
div.DivClassName
{
background-color: #901404;
}
.BgClassName
{
background-color: #901404;
}
</style>
border-color css
<style>
span { border-color: #901404; }
span { border-color: rgb(144,20,4); }
td.TdClassName
{
border-color: #901404;
}
.TagClassName
{
border-color: #901404;
}
</style>