Shades of Dark Red #900D01
Tints of Dark Red #900D01
RGB
CMYK
RGB Variations
Color information
#900D01 (or 0x900D01) is known color: Dark Red. HEX triplet: 90, 0D and 01. RGB value is (144,13,1). Sum of RGB (Red+Green+Blue) = 144+13+1=158 (20% of max value = 765). Red value is 144 (56.64% from 255 or 91.14% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 144 - color contains mainly: red. Hex color #900D01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D01 is #6FF2FE. Grayscale: #323232. Windows color (decimal): -7336703 or 69008. OLE color: 69008.
HSL color Cylindrical-coordinate representation of color #900D01: hue angle of 5.03º 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 #900D01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.44 |
| HSL | 5.03º | 0.99% | 0.28% | - |
| HSV(B) | 5.03º | 0.99% | 0.56% | - |
| XYZ | 11.65 | 6.22 | 0.62 | - |
| YUV | 50.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 1 | 0 | 0.91 | 0.99 | 0.44 | 5.03 | 0.99 | 0.28 |
| Hex | 90 | D | 1 | 0 | 5B | 63 | 2C | 5 | 63 | 1C |
| Octal | 220 | 15 | 1 | 0 | 133 | 143 | 54 | 5 | 143 | 34 |
| Binary | 10010000 | 1101 | 1 | 0 | 1011011 | 1100011 | 101100 | 101 | 1100011 | 11100 |
Color Harmonies of #900D01
Complementary color
Monochromatic Colors of #900D01
Black with #900D01
Text Example
Text Example
White with #900D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D01; }
p { color: rgb(144,13,1); }
H1.HeaderClassName
{
color: #900D01;
}
.AnyTagClassName
{
color: #900D01;
}
</style>
background-color css
<style>
a { background-color: #900D01; }
a { background-color: rgb(144,13,1); }
div.DivClassName
{
background-color: #900D01;
}
.BgClassName
{
background-color: #900D01;
}
</style>
border-color css
<style>
span { border-color: #900D01; }
span { border-color: rgb(144,13,1); }
td.TdClassName
{
border-color: #900D01;
}
.TagClassName
{
border-color: #900D01;
}
</style>