Shades of Dark Red #900F07
Tints of Dark Red #900F07
RGB
CMYK
RGB Variations
Color information
#900F07 (or 0x900F07) is known color: Dark Red. HEX triplet: 90, 0F and 07. RGB value is (144,15,7). Sum of RGB (Red+Green+Blue) = 144+15+7=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #900F07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F07 is #6FF0F8. Grayscale: #343434. Windows color (decimal): -7336185 or 462736. OLE color: 462736.
HSL color Cylindrical-coordinate representation of color #900F07: hue angle of 3.5º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900F07 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 7 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.44 |
| HSL | 3.5º | 0.91% | 0.3% | - |
| HSV(B) | 3.5º | 0.95% | 0.56% | - |
| XYZ | 11.71 | 6.29 | 0.8 | - |
| YUV | 52.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 7 | 0 | 0.90 | 0.95 | 0.44 | 3.5 | 0.91 | 0.3 |
| Hex | 90 | F | 7 | 0 | 5A | 5F | 2C | 4 | 5B | 1E |
| Octal | 220 | 17 | 7 | 0 | 132 | 137 | 54 | 4 | 133 | 36 |
| Binary | 10010000 | 1111 | 111 | 0 | 1011010 | 1011111 | 101100 | 100 | 1011011 | 11110 |
Color Harmonies of #900F07
Complementary color
Monochromatic Colors of #900F07
Black with #900F07
Text Example
Text Example
White with #900F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F07; }
p { color: rgb(144,15,7); }
H1.HeaderClassName
{
color: #900F07;
}
.AnyTagClassName
{
color: #900F07;
}
</style>
background-color css
<style>
a { background-color: #900F07; }
a { background-color: rgb(144,15,7); }
div.DivClassName
{
background-color: #900F07;
}
.BgClassName
{
background-color: #900F07;
}
</style>
border-color css
<style>
span { border-color: #900F07; }
span { border-color: rgb(144,15,7); }
td.TdClassName
{
border-color: #900F07;
}
.TagClassName
{
border-color: #900F07;
}
</style>