Shades of Dark Red #930201
Tints of Dark Red #930201
RGB
CMYK
RGB Variations
Color information
#930201 (or 0x930201) is known color: Dark Red. HEX triplet: 93, 02 and 01. RGB value is (147,2,1). Sum of RGB (Red+Green+Blue) = 147+2+1=150 (19% of max value = 765). Red value is 147 (57.81% from 255 or 98% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 147 - color contains mainly: red. Hex color #930201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930201 is #6CFDFE. Grayscale: #2D2D2D. Windows color (decimal): -7142911 or 66195. OLE color: 66195.
HSL color Cylindrical-coordinate representation of color #930201: hue angle of 0.41º 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 #930201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.42 |
| HSL | 0.41º | 0.99% | 0.29% | - |
| HSV(B) | 0.41º | 0.99% | 0.58% | - |
| XYZ | 12.06 | 6.25 | 0.6 | - |
| YUV | 45.24 | 103.04 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 1 | 0 | 0.99 | 0.99 | 0.42 | 0.41 | 0.99 | 0.29 |
| Hex | 93 | 2 | 1 | 0 | 63 | 63 | 2A | 0 | 63 | 1D |
| Octal | 223 | 2 | 1 | 0 | 143 | 143 | 52 | 0 | 143 | 35 |
| Binary | 10010011 | 10 | 1 | 0 | 1100011 | 1100011 | 101010 | 0 | 1100011 | 11101 |
Color Harmonies of #930201
Complementary color
Monochromatic Colors of #930201
Black with #930201
Text Example
Text Example
White with #930201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930201; }
p { color: rgb(147,2,1); }
H1.HeaderClassName
{
color: #930201;
}
.AnyTagClassName
{
color: #930201;
}
</style>
background-color css
<style>
a { background-color: #930201; }
a { background-color: rgb(147,2,1); }
div.DivClassName
{
background-color: #930201;
}
.BgClassName
{
background-color: #930201;
}
</style>
border-color css
<style>
span { border-color: #930201; }
span { border-color: rgb(147,2,1); }
td.TdClassName
{
border-color: #930201;
}
.TagClassName
{
border-color: #930201;
}
</style>