Shades of Dark Red #900301
Tints of Dark Red #900301
RGB
CMYK
RGB Variations
Color information
#900301 (or 0x900301) is known color: Dark Red. HEX triplet: 90, 03 and 01. RGB value is (144,3,1). Sum of RGB (Red+Green+Blue) = 144+3+1=148 (19% of max value = 765). Red value is 144 (56.64% from 255 or 97.30% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 144 - color contains mainly: red. Hex color #900301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900301 is #6FFCFE. Grayscale: #2D2D2D. Windows color (decimal): -7339263 or 66448. OLE color: 66448.
HSL color Cylindrical-coordinate representation of color #900301: hue angle of 0.84º 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 #900301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.44 |
| HSL | 0.84º | 0.99% | 0.28% | - |
| HSV(B) | 0.84º | 0.99% | 0.56% | - |
| XYZ | 11.54 | 6 | 0.58 | - |
| YUV | 44.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 1 | 0 | 0.98 | 0.99 | 0.44 | 0.84 | 0.99 | 0.28 |
| Hex | 90 | 3 | 1 | 0 | 62 | 63 | 2C | 1 | 63 | 1C |
| Octal | 220 | 3 | 1 | 0 | 142 | 143 | 54 | 1 | 143 | 34 |
| Binary | 10010000 | 11 | 1 | 0 | 1100010 | 1100011 | 101100 | 1 | 1100011 | 11100 |
Color Harmonies of #900301
Complementary color
Monochromatic Colors of #900301
Black with #900301
Text Example
Text Example
White with #900301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900301; }
p { color: rgb(144,3,1); }
H1.HeaderClassName
{
color: #900301;
}
.AnyTagClassName
{
color: #900301;
}
</style>
background-color css
<style>
a { background-color: #900301; }
a { background-color: rgb(144,3,1); }
div.DivClassName
{
background-color: #900301;
}
.BgClassName
{
background-color: #900301;
}
</style>
border-color css
<style>
span { border-color: #900301; }
span { border-color: rgb(144,3,1); }
td.TdClassName
{
border-color: #900301;
}
.TagClassName
{
border-color: #900301;
}
</style>