Shades of Dark Red #931E00
Tints of Dark Red #931E00
RGB
CMYK
RGB Variations
Color information
#931E00 (or 0x931E00) is known color: Dark Red. HEX triplet: 93, 1E and 00. RGB value is (147,30,0). Sum of RGB (Red+Green+Blue) = 147+30+0=177 (23% of max value = 765). Red value is 147 (57.81% from 255 or 83.05% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 147 - color contains mainly: red. Hex color #931E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E00 is #6CE1FF. Grayscale: #3D3D3D. Windows color (decimal): -7135744 or 7827. OLE color: 7827.
HSL color Cylindrical-coordinate representation of color #931E00: hue angle of 12.24º 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 #931E00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 30 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.42 |
| HSL | 12.24º | 1% | 0.29% | - |
| HSV(B) | 12.24º | 1% | 0.58% | - |
| XYZ | 12.5 | 7.13 | 0.72 | - |
| YUV | 61.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 30 | 0 | 0 | 0.80 | 1 | 0.42 | 12.24 | 1 | 0.29 |
| Hex | 93 | 1E | 0 | 0 | 50 | 64 | 2A | C | 64 | 1D |
| Octal | 223 | 36 | 0 | 0 | 120 | 144 | 52 | 14 | 144 | 35 |
| Binary | 10010011 | 11110 | 0 | 0 | 1010000 | 1100100 | 101010 | 1100 | 1100100 | 11101 |
Color Harmonies of #931E00
Complementary color
Monochromatic Colors of #931E00
Black with #931E00
Text Example
Text Example
White with #931E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931E00; }
p { color: rgb(147,30,0); }
H1.HeaderClassName
{
color: #931E00;
}
.AnyTagClassName
{
color: #931E00;
}
</style>
background-color css
<style>
a { background-color: #931E00; }
a { background-color: rgb(147,30,0); }
div.DivClassName
{
background-color: #931E00;
}
.BgClassName
{
background-color: #931E00;
}
</style>
border-color css
<style>
span { border-color: #931E00; }
span { border-color: rgb(147,30,0); }
td.TdClassName
{
border-color: #931E00;
}
.TagClassName
{
border-color: #931E00;
}
</style>