Shades of Dark Red #901302
Tints of Dark Red #901302
RGB
CMYK
RGB Variations
Color information
#901302 (or 0x901302) is known color: Dark Red. HEX triplet: 90, 13 and 02. RGB value is (144,19,2). Sum of RGB (Red+Green+Blue) = 144+19+2=165 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.27% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 144 - color contains mainly: red. Hex color #901302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901302 is #6FECFD. Grayscale: #363636. Windows color (decimal): -7335166 or 136080. OLE color: 136080.
HSL color Cylindrical-coordinate representation of color #901302: hue angle of 7.18º 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 #901302 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.44 |
| HSL | 7.18º | 0.97% | 0.29% | - |
| HSV(B) | 7.18º | 0.99% | 0.56% | - |
| XYZ | 11.75 | 6.4 | 0.67 | - |
| YUV | 54.44 | 98.41 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 2 | 0 | 0.87 | 0.99 | 0.44 | 7.18 | 0.97 | 0.29 |
| Hex | 90 | 13 | 2 | 0 | 57 | 63 | 2C | 7 | 61 | 1D |
| Octal | 220 | 23 | 2 | 0 | 127 | 143 | 54 | 7 | 141 | 35 |
| Binary | 10010000 | 10011 | 10 | 0 | 1010111 | 1100011 | 101100 | 111 | 1100001 | 11101 |
Color Harmonies of #901302
Complementary color
Monochromatic Colors of #901302
Black with #901302
Text Example
Text Example
White with #901302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901302; }
p { color: rgb(144,19,2); }
H1.HeaderClassName
{
color: #901302;
}
.AnyTagClassName
{
color: #901302;
}
</style>
background-color css
<style>
a { background-color: #901302; }
a { background-color: rgb(144,19,2); }
div.DivClassName
{
background-color: #901302;
}
.BgClassName
{
background-color: #901302;
}
</style>
border-color css
<style>
span { border-color: #901302; }
span { border-color: rgb(144,19,2); }
td.TdClassName
{
border-color: #901302;
}
.TagClassName
{
border-color: #901302;
}
</style>