Shades of Dark Red #931501
Tints of Dark Red #931501
RGB
CMYK
RGB Variations
Color information
#931501 (or 0x931501) is known color: Dark Red. HEX triplet: 93, 15 and 01. RGB value is (147,21,1). Sum of RGB (Red+Green+Blue) = 147+21+1=169 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.98% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 147 - color contains mainly: red. Hex color #931501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931501 is #6CEAFE. Grayscale: #383838. Windows color (decimal): -7138047 or 71059. OLE color: 71059.
HSL color Cylindrical-coordinate representation of color #931501: hue angle of 8.22º 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 #931501 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 21 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.42 |
| HSL | 8.22º | 0.99% | 0.29% | - |
| HSV(B) | 8.22º | 0.99% | 0.58% | - |
| XYZ | 12.31 | 6.74 | 0.68 | - |
| YUV | 56.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 1 | 0 | 0.86 | 0.99 | 0.42 | 8.22 | 0.99 | 0.29 |
| Hex | 93 | 15 | 1 | 0 | 56 | 63 | 2A | 8 | 63 | 1D |
| Octal | 223 | 25 | 1 | 0 | 126 | 143 | 52 | 10 | 143 | 35 |
| Binary | 10010011 | 10101 | 1 | 0 | 1010110 | 1100011 | 101010 | 1000 | 1100011 | 11101 |
Color Harmonies of #931501
Complementary color
Monochromatic Colors of #931501
Black with #931501
Text Example
Text Example
White with #931501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931501; }
p { color: rgb(147,21,1); }
H1.HeaderClassName
{
color: #931501;
}
.AnyTagClassName
{
color: #931501;
}
</style>
background-color css
<style>
a { background-color: #931501; }
a { background-color: rgb(147,21,1); }
div.DivClassName
{
background-color: #931501;
}
.BgClassName
{
background-color: #931501;
}
</style>
border-color css
<style>
span { border-color: #931501; }
span { border-color: rgb(147,21,1); }
td.TdClassName
{
border-color: #931501;
}
.TagClassName
{
border-color: #931501;
}
</style>