Shades of Dark Red #931001
Tints of Dark Red #931001
RGB
CMYK
RGB Variations
Color information
#931001 (or 0x931001) is known color: Dark Red. HEX triplet: 93, 10 and 01. RGB value is (147,16,1). Sum of RGB (Red+Green+Blue) = 147+16+1=164 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.63% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 147 - color contains mainly: red. Hex color #931001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931001 is #6CEFFE. Grayscale: #353535. Windows color (decimal): -7139327 or 69779. OLE color: 69779.
HSL color Cylindrical-coordinate representation of color #931001: hue angle of 6.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #931001 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 16 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.42 |
| HSL | 6.16º | 0.99% | 0.29% | - |
| HSV(B) | 6.16º | 0.99% | 0.58% | - |
| XYZ | 12.22 | 6.58 | 0.65 | - |
| YUV | 53.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 16 | 1 | 0 | 0.89 | 0.99 | 0.42 | 6.16 | 0.99 | 0.29 |
| Hex | 93 | 10 | 1 | 0 | 59 | 63 | 2A | 6 | 63 | 1D |
| Octal | 223 | 20 | 1 | 0 | 131 | 143 | 52 | 6 | 143 | 35 |
| Binary | 10010011 | 10000 | 1 | 0 | 1011001 | 1100011 | 101010 | 110 | 1100011 | 11101 |
Color Harmonies of #931001
Complementary color
Monochromatic Colors of #931001
Black with #931001
Text Example
Text Example
White with #931001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931001; }
p { color: rgb(147,16,1); }
H1.HeaderClassName
{
color: #931001;
}
.AnyTagClassName
{
color: #931001;
}
</style>
background-color css
<style>
a { background-color: #931001; }
a { background-color: rgb(147,16,1); }
div.DivClassName
{
background-color: #931001;
}
.BgClassName
{
background-color: #931001;
}
</style>
border-color css
<style>
span { border-color: #931001; }
span { border-color: rgb(147,16,1); }
td.TdClassName
{
border-color: #931001;
}
.TagClassName
{
border-color: #931001;
}
</style>