Shades of Dark Red #930000
Tints of Dark Red #930000
RGB
CMYK
RGB Variations
Color information
#930000 (or 0x930000) is known color: Dark Red. HEX triplet: 93, 00 and 00. RGB value is (147,0,0). Sum of RGB (Red+Green+Blue) = 147+0+0=147 (19% of max value = 765). Red value is 147 (57.81% from 255 or 100% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 147 - color contains mainly: red. Hex color #930000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930000 is #6CFFFF. Grayscale: #2C2C2C. Windows color (decimal): -7143424 or 147. OLE color: 147.
HSL color Cylindrical-coordinate representation of color #930000: hue angle of 0º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #930000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.42 |
| HSL | 0º | 1% | 0.29% | - |
| HSV(B) | 0º | 1% | 0.58% | - |
| XYZ | 12.03 | 6.2 | 0.56 | - |
| YUV | 43.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 0 | 0 | 1 | 1 | 0.42 | 0 | 1 | 0.29 |
| Hex | 93 | 0 | 0 | 0 | 64 | 64 | 2A | 0 | 64 | 1D |
| Octal | 223 | 0 | 0 | 0 | 144 | 144 | 52 | 0 | 144 | 35 |
| Binary | 10010011 | 0 | 0 | 0 | 1100100 | 1100100 | 101010 | 0 | 1100100 | 11101 |
Color Harmonies of #930000
Complementary color
Monochromatic Colors of #930000
Black with #930000
Text Example
Text Example
White with #930000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930000; }
p { color: rgb(147,0,0); }
H1.HeaderClassName
{
color: #930000;
}
.AnyTagClassName
{
color: #930000;
}
</style>
background-color css
<style>
a { background-color: #930000; }
a { background-color: rgb(147,0,0); }
div.DivClassName
{
background-color: #930000;
}
.BgClassName
{
background-color: #930000;
}
</style>
border-color css
<style>
span { border-color: #930000; }
span { border-color: rgb(147,0,0); }
td.TdClassName
{
border-color: #930000;
}
.TagClassName
{
border-color: #930000;
}
</style>