Shades of Dark Red #900D09
Tints of Dark Red #900D09
RGB
CMYK
RGB Variations
Color information
#900D09 (or 0x900D09) is known color: Dark Red. HEX triplet: 90, 0D and 09. RGB value is (144,13,9). Sum of RGB (Red+Green+Blue) = 144+13+9=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #900D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D09 is #6FF2F6. Grayscale: #333333. Windows color (decimal): -7336695 or 593296. OLE color: 593296.
HSL color Cylindrical-coordinate representation of color #900D09: hue angle of 1.78º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900D09 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 9 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.44 |
| HSL | 1.78º | 0.88% | 0.3% | - |
| HSV(B) | 1.78º | 0.94% | 0.56% | - |
| XYZ | 11.69 | 6.24 | 0.85 | - |
| YUV | 51.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 9 | 0 | 0.91 | 0.94 | 0.44 | 1.78 | 0.88 | 0.3 |
| Hex | 90 | D | 9 | 0 | 5B | 5E | 2C | 2 | 58 | 1E |
| Octal | 220 | 15 | 11 | 0 | 133 | 136 | 54 | 2 | 130 | 36 |
| Binary | 10010000 | 1101 | 1001 | 0 | 1011011 | 1011110 | 101100 | 10 | 1011000 | 11110 |
Color Harmonies of #900D09
Complementary color
Monochromatic Colors of #900D09
Black with #900D09
Text Example
Text Example
White with #900D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D09; }
p { color: rgb(144,13,9); }
H1.HeaderClassName
{
color: #900D09;
}
.AnyTagClassName
{
color: #900D09;
}
</style>
background-color css
<style>
a { background-color: #900D09; }
a { background-color: rgb(144,13,9); }
div.DivClassName
{
background-color: #900D09;
}
.BgClassName
{
background-color: #900D09;
}
</style>
border-color css
<style>
span { border-color: #900D09; }
span { border-color: rgb(144,13,9); }
td.TdClassName
{
border-color: #900D09;
}
.TagClassName
{
border-color: #900D09;
}
</style>