Shades of Dark Red #900201
Tints of Dark Red #900201
RGB
CMYK
RGB Variations
Color information
#900201 (or 0x900201) is known color: Dark Red. HEX triplet: 90, 02 and 01. RGB value is (144,2,1). Sum of RGB (Red+Green+Blue) = 144+2+1=147 (19% of max value = 765). Red value is 144 (56.64% from 255 or 97.96% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 144 - color contains mainly: red. Hex color #900201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900201 is #6FFDFE. Grayscale: #2C2C2C. Windows color (decimal): -7339519 or 66192. OLE color: 66192.
HSL color Cylindrical-coordinate representation of color #900201: hue angle of 0.42º 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 #900201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.44 |
| HSL | 0.42º | 0.99% | 0.28% | - |
| HSV(B) | 0.42º | 0.99% | 0.56% | - |
| XYZ | 11.53 | 5.97 | 0.57 | - |
| YUV | 44.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 1 | 0 | 0.99 | 0.99 | 0.44 | 0.42 | 0.99 | 0.28 |
| Hex | 90 | 2 | 1 | 0 | 63 | 63 | 2C | 0 | 63 | 1C |
| Octal | 220 | 2 | 1 | 0 | 143 | 143 | 54 | 0 | 143 | 34 |
| Binary | 10010000 | 10 | 1 | 0 | 1100011 | 1100011 | 101100 | 0 | 1100011 | 11100 |
Color Harmonies of #900201
Complementary color
Monochromatic Colors of #900201
Black with #900201
Text Example
Text Example
White with #900201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900201; }
p { color: rgb(144,2,1); }
H1.HeaderClassName
{
color: #900201;
}
.AnyTagClassName
{
color: #900201;
}
</style>
background-color css
<style>
a { background-color: #900201; }
a { background-color: rgb(144,2,1); }
div.DivClassName
{
background-color: #900201;
}
.BgClassName
{
background-color: #900201;
}
</style>
border-color css
<style>
span { border-color: #900201; }
span { border-color: rgb(144,2,1); }
td.TdClassName
{
border-color: #900201;
}
.TagClassName
{
border-color: #900201;
}
</style>