Shades of Dark Red #901402
Tints of Dark Red #901402
RGB
CMYK
RGB Variations
Color information
#901402 (or 0x901402) is known color: Dark Red. HEX triplet: 90, 14 and 02. RGB value is (144,20,2). Sum of RGB (Red+Green+Blue) = 144+20+2=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #901402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901402 is #6FEBFD. Grayscale: #373737. Windows color (decimal): -7334910 or 136336. OLE color: 136336.
HSL color Cylindrical-coordinate representation of color #901402: hue angle of 7.61º 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 #901402 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.44 |
| HSL | 7.61º | 0.97% | 0.29% | - |
| HSV(B) | 7.61º | 0.99% | 0.56% | - |
| XYZ | 11.76 | 6.43 | 0.68 | - |
| YUV | 55.02 | 98.08 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 2 | 0 | 0.86 | 0.99 | 0.44 | 7.61 | 0.97 | 0.29 |
| Hex | 90 | 14 | 2 | 0 | 56 | 63 | 2C | 8 | 61 | 1D |
| Octal | 220 | 24 | 2 | 0 | 126 | 143 | 54 | 10 | 141 | 35 |
| Binary | 10010000 | 10100 | 10 | 0 | 1010110 | 1100011 | 101100 | 1000 | 1100001 | 11101 |
Color Harmonies of #901402
Complementary color
Monochromatic Colors of #901402
Black with #901402
Text Example
Text Example
White with #901402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901402; }
p { color: rgb(144,20,2); }
H1.HeaderClassName
{
color: #901402;
}
.AnyTagClassName
{
color: #901402;
}
</style>
background-color css
<style>
a { background-color: #901402; }
a { background-color: rgb(144,20,2); }
div.DivClassName
{
background-color: #901402;
}
.BgClassName
{
background-color: #901402;
}
</style>
border-color css
<style>
span { border-color: #901402; }
span { border-color: rgb(144,20,2); }
td.TdClassName
{
border-color: #901402;
}
.TagClassName
{
border-color: #901402;
}
</style>