Shades of Dark Red #900F01
Tints of Dark Red #900F01
RGB
CMYK
RGB Variations
Color information
#900F01 (or 0x900F01) is known color: Dark Red. HEX triplet: 90, 0F and 01. RGB value is (144,15,1). Sum of RGB (Red+Green+Blue) = 144+15+1=160 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 144 - color contains mainly: red. Hex color #900F01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F01 is #6FF0FE. Grayscale: #343434. Windows color (decimal): -7336191 or 69520. OLE color: 69520.
HSL color Cylindrical-coordinate representation of color #900F01: hue angle of 5.87º 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 #900F01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.44 |
| HSL | 5.87º | 0.99% | 0.28% | - |
| HSV(B) | 5.87º | 0.99% | 0.56% | - |
| XYZ | 11.68 | 6.27 | 0.62 | - |
| YUV | 51.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 1 | 0 | 0.90 | 0.99 | 0.44 | 5.87 | 0.99 | 0.28 |
| Hex | 90 | F | 1 | 0 | 5A | 63 | 2C | 6 | 63 | 1C |
| Octal | 220 | 17 | 1 | 0 | 132 | 143 | 54 | 6 | 143 | 34 |
| Binary | 10010000 | 1111 | 1 | 0 | 1011010 | 1100011 | 101100 | 110 | 1100011 | 11100 |
Color Harmonies of #900F01
Complementary color
Monochromatic Colors of #900F01
Black with #900F01
Text Example
Text Example
White with #900F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F01; }
p { color: rgb(144,15,1); }
H1.HeaderClassName
{
color: #900F01;
}
.AnyTagClassName
{
color: #900F01;
}
</style>
background-color css
<style>
a { background-color: #900F01; }
a { background-color: rgb(144,15,1); }
div.DivClassName
{
background-color: #900F01;
}
.BgClassName
{
background-color: #900F01;
}
</style>
border-color css
<style>
span { border-color: #900F01; }
span { border-color: rgb(144,15,1); }
td.TdClassName
{
border-color: #900F01;
}
.TagClassName
{
border-color: #900F01;
}
</style>