Shades of Dark Red #900401
Tints of Dark Red #900401
RGB
CMYK
RGB Variations
Color information
#900401 (or 0x900401) is known color: Dark Red. HEX triplet: 90, 04 and 01. RGB value is (144,4,1). Sum of RGB (Red+Green+Blue) = 144+4+1=149 (19% of max value = 765). Red value is 144 (56.64% from 255 or 96.64% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 144 - color contains mainly: red. Hex color #900401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900401 is #6FFBFE. Grayscale: #2D2D2D. Windows color (decimal): -7339007 or 66704. OLE color: 66704.
HSL color Cylindrical-coordinate representation of color #900401: hue angle of 1.26º 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 #900401 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.44 |
| HSL | 1.26º | 0.99% | 0.28% | - |
| HSV(B) | 1.26º | 0.99% | 0.56% | - |
| XYZ | 11.55 | 6.02 | 0.58 | - |
| YUV | 45.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 1 | 0 | 0.97 | 0.99 | 0.44 | 1.26 | 0.99 | 0.28 |
| Hex | 90 | 4 | 1 | 0 | 61 | 63 | 2C | 1 | 63 | 1C |
| Octal | 220 | 4 | 1 | 0 | 141 | 143 | 54 | 1 | 143 | 34 |
| Binary | 10010000 | 100 | 1 | 0 | 1100001 | 1100011 | 101100 | 1 | 1100011 | 11100 |
Color Harmonies of #900401
Complementary color
Monochromatic Colors of #900401
Black with #900401
Text Example
Text Example
White with #900401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900401; }
p { color: rgb(144,4,1); }
H1.HeaderClassName
{
color: #900401;
}
.AnyTagClassName
{
color: #900401;
}
</style>
background-color css
<style>
a { background-color: #900401; }
a { background-color: rgb(144,4,1); }
div.DivClassName
{
background-color: #900401;
}
.BgClassName
{
background-color: #900401;
}
</style>
border-color css
<style>
span { border-color: #900401; }
span { border-color: rgb(144,4,1); }
td.TdClassName
{
border-color: #900401;
}
.TagClassName
{
border-color: #900401;
}
</style>