Shades of Dark Red #901400
Tints of Dark Red #901400
RGB
CMYK
RGB Variations
Color information
#901400 (or 0x901400) is known color: Dark Red. HEX triplet: 90, 14 and 00. RGB value is (144,20,0). Sum of RGB (Red+Green+Blue) = 144+20+0=164 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.80% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 144 - color contains mainly: red. Hex color #901400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901400 is #6FEBFF. Grayscale: #363636. Windows color (decimal): -7334912 or 5264. OLE color: 5264.
HSL color Cylindrical-coordinate representation of color #901400: hue angle of 8.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #901400 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.44 |
| HSL | 8.33º | 1% | 0.28% | - |
| HSV(B) | 8.33º | 1% | 0.56% | - |
| XYZ | 11.75 | 6.43 | 0.62 | - |
| YUV | 54.8 | 97.08 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 0 | 0 | 0.86 | 1 | 0.44 | 8.33 | 1 | 0.28 |
| Hex | 90 | 14 | 0 | 0 | 56 | 64 | 2C | 8 | 64 | 1C |
| Octal | 220 | 24 | 0 | 0 | 126 | 144 | 54 | 10 | 144 | 34 |
| Binary | 10010000 | 10100 | 0 | 0 | 1010110 | 1100100 | 101100 | 1000 | 1100100 | 11100 |
Color Harmonies of #901400
Complementary color
Monochromatic Colors of #901400
Black with #901400
Text Example
Text Example
White with #901400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901400; }
p { color: rgb(144,20,0); }
H1.HeaderClassName
{
color: #901400;
}
.AnyTagClassName
{
color: #901400;
}
</style>
background-color css
<style>
a { background-color: #901400; }
a { background-color: rgb(144,20,0); }
div.DivClassName
{
background-color: #901400;
}
.BgClassName
{
background-color: #901400;
}
</style>
border-color css
<style>
span { border-color: #901400; }
span { border-color: rgb(144,20,0); }
td.TdClassName
{
border-color: #901400;
}
.TagClassName
{
border-color: #901400;
}
</style>