Shades of Dark Red #900D02
Tints of Dark Red #900D02
RGB
CMYK
RGB Variations
Color information
#900D02 (or 0x900D02) is known color: Dark Red. HEX triplet: 90, 0D and 02. RGB value is (144,13,2). Sum of RGB (Red+Green+Blue) = 144+13+2=159 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90.57% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 144 - color contains mainly: red. Hex color #900D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D02 is #6FF2FD. Grayscale: #333333. Windows color (decimal): -7336702 or 134544. OLE color: 134544.
HSL color Cylindrical-coordinate representation of color #900D02: hue angle of 4.65º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900D02 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.44 |
| HSL | 4.65º | 0.97% | 0.29% | - |
| HSV(B) | 4.65º | 0.99% | 0.56% | - |
| XYZ | 11.66 | 6.22 | 0.64 | - |
| YUV | 50.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 2 | 0 | 0.91 | 0.99 | 0.44 | 4.65 | 0.97 | 0.29 |
| Hex | 90 | D | 2 | 0 | 5B | 63 | 2C | 5 | 61 | 1D |
| Octal | 220 | 15 | 2 | 0 | 133 | 143 | 54 | 5 | 141 | 35 |
| Binary | 10010000 | 1101 | 10 | 0 | 1011011 | 1100011 | 101100 | 101 | 1100001 | 11101 |
Color Harmonies of #900D02
Complementary color
Monochromatic Colors of #900D02
Black with #900D02
Text Example
Text Example
White with #900D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D02; }
p { color: rgb(144,13,2); }
H1.HeaderClassName
{
color: #900D02;
}
.AnyTagClassName
{
color: #900D02;
}
</style>
background-color css
<style>
a { background-color: #900D02; }
a { background-color: rgb(144,13,2); }
div.DivClassName
{
background-color: #900D02;
}
.BgClassName
{
background-color: #900D02;
}
</style>
border-color css
<style>
span { border-color: #900D02; }
span { border-color: rgb(144,13,2); }
td.TdClassName
{
border-color: #900D02;
}
.TagClassName
{
border-color: #900D02;
}
</style>