Shades of Dark Red #900F09
Tints of Dark Red #900F09
RGB
CMYK
RGB Variations
Color information
#900F09 (or 0x900F09) is known color: Dark Red. HEX triplet: 90, 0F and 09. RGB value is (144,15,9). Sum of RGB (Red+Green+Blue) = 144+15+9=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #900F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F09 is #6FF0F6. Grayscale: #353535. Windows color (decimal): -7336183 or 593808. OLE color: 593808.
HSL color Cylindrical-coordinate representation of color #900F09: hue angle of 2.67º 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 #900F09 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 9 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.44 |
| HSL | 2.67º | 0.88% | 0.3% | - |
| HSV(B) | 2.67º | 0.94% | 0.56% | - |
| XYZ | 11.72 | 6.29 | 0.85 | - |
| YUV | 52.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 9 | 0 | 0.90 | 0.94 | 0.44 | 2.67 | 0.88 | 0.3 |
| Hex | 90 | F | 9 | 0 | 5A | 5E | 2C | 3 | 58 | 1E |
| Octal | 220 | 17 | 11 | 0 | 132 | 136 | 54 | 3 | 130 | 36 |
| Binary | 10010000 | 1111 | 1001 | 0 | 1011010 | 1011110 | 101100 | 11 | 1011000 | 11110 |
Color Harmonies of #900F09
Complementary color
Monochromatic Colors of #900F09
Black with #900F09
Text Example
Text Example
White with #900F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F09; }
p { color: rgb(144,15,9); }
H1.HeaderClassName
{
color: #900F09;
}
.AnyTagClassName
{
color: #900F09;
}
</style>
background-color css
<style>
a { background-color: #900F09; }
a { background-color: rgb(144,15,9); }
div.DivClassName
{
background-color: #900F09;
}
.BgClassName
{
background-color: #900F09;
}
</style>
border-color css
<style>
span { border-color: #900F09; }
span { border-color: rgb(144,15,9); }
td.TdClassName
{
border-color: #900F09;
}
.TagClassName
{
border-color: #900F09;
}
</style>