Shades of Dark Red #930E07
Tints of Dark Red #930E07
RGB
CMYK
RGB Variations
Color information
#930E07 (or 0x930E07) is known color: Dark Red. HEX triplet: 93, 0E and 07. RGB value is (147,14,7). Sum of RGB (Red+Green+Blue) = 147+14+7=168 (22% of max value = 765). Red value is 147 (57.81% from 255 or 87.5% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 147 - color contains mainly: red. Hex color #930E07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930E07 is #6CF1F8. Grayscale: #353535. Windows color (decimal): -7139833 or 462483. OLE color: 462483.
HSL color Cylindrical-coordinate representation of color #930E07: hue angle of 3º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930E07 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 14 | 7 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.42 |
| HSL | 3º | 0.91% | 0.3% | - |
| HSV(B) | 3º | 0.95% | 0.58% | - |
| XYZ | 12.23 | 6.53 | 0.82 | - |
| YUV | 52.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 7 | 0 | 0.90 | 0.95 | 0.42 | 3 | 0.91 | 0.3 |
| Hex | 93 | E | 7 | 0 | 5A | 5F | 2A | 3 | 5B | 1E |
| Octal | 223 | 16 | 7 | 0 | 132 | 137 | 52 | 3 | 133 | 36 |
| Binary | 10010011 | 1110 | 111 | 0 | 1011010 | 1011111 | 101010 | 11 | 1011011 | 11110 |
Color Harmonies of #930E07
Complementary color
Monochromatic Colors of #930E07
Black with #930E07
Text Example
Text Example
White with #930E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930E07; }
p { color: rgb(147,14,7); }
H1.HeaderClassName
{
color: #930E07;
}
.AnyTagClassName
{
color: #930E07;
}
</style>
background-color css
<style>
a { background-color: #930E07; }
a { background-color: rgb(147,14,7); }
div.DivClassName
{
background-color: #930E07;
}
.BgClassName
{
background-color: #930E07;
}
</style>
border-color css
<style>
span { border-color: #930E07; }
span { border-color: rgb(147,14,7); }
td.TdClassName
{
border-color: #930E07;
}
.TagClassName
{
border-color: #930E07;
}
</style>