Shades of Dark Red #931201
Tints of Dark Red #931201
RGB
CMYK
RGB Variations
Color information
#931201 (or 0x931201) is known color: Dark Red. HEX triplet: 93, 12 and 01. RGB value is (147,18,1). Sum of RGB (Red+Green+Blue) = 147+18+1=166 (21% of max value = 765). Red value is 147 (57.81% from 255 or 88.55% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 147 - color contains mainly: red. Hex color #931201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931201 is #6CEDFE. Grayscale: #363636. Windows color (decimal): -7138815 or 70291. OLE color: 70291.
HSL color Cylindrical-coordinate representation of color #931201: hue angle of 6.99º 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 #931201 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 18 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.42 |
| HSL | 6.99º | 0.99% | 0.29% | - |
| HSV(B) | 6.99º | 0.99% | 0.58% | - |
| XYZ | 12.25 | 6.64 | 0.66 | - |
| YUV | 54.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 1 | 0 | 0.88 | 0.99 | 0.42 | 6.99 | 0.99 | 0.29 |
| Hex | 93 | 12 | 1 | 0 | 58 | 63 | 2A | 7 | 63 | 1D |
| Octal | 223 | 22 | 1 | 0 | 130 | 143 | 52 | 7 | 143 | 35 |
| Binary | 10010011 | 10010 | 1 | 0 | 1011000 | 1100011 | 101010 | 111 | 1100011 | 11101 |
Color Harmonies of #931201
Complementary color
Monochromatic Colors of #931201
Black with #931201
Text Example
Text Example
White with #931201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931201; }
p { color: rgb(147,18,1); }
H1.HeaderClassName
{
color: #931201;
}
.AnyTagClassName
{
color: #931201;
}
</style>
background-color css
<style>
a { background-color: #931201; }
a { background-color: rgb(147,18,1); }
div.DivClassName
{
background-color: #931201;
}
.BgClassName
{
background-color: #931201;
}
</style>
border-color css
<style>
span { border-color: #931201; }
span { border-color: rgb(147,18,1); }
td.TdClassName
{
border-color: #931201;
}
.TagClassName
{
border-color: #931201;
}
</style>