Shades of Dark Red #930F00
Tints of Dark Red #930F00
RGB
CMYK
RGB Variations
Color information
#930F00 (or 0x930F00) is known color: Dark Red. HEX triplet: 93, 0F and 00. RGB value is (147,15,0). Sum of RGB (Red+Green+Blue) = 147+15+0=162 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.74% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 147 - color contains mainly: red. Hex color #930F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #930F00 is #6CF0FF. Grayscale: #343434. Windows color (decimal): -7139584 or 3987. OLE color: 3987.
HSL color Cylindrical-coordinate representation of color #930F00: hue angle of 6.12º 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 #930F00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.42 |
| HSL | 6.12º | 1% | 0.29% | - |
| HSV(B) | 6.12º | 1% | 0.58% | - |
| XYZ | 12.2 | 6.54 | 0.62 | - |
| YUV | 52.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 0 | 0 | 0.90 | 1 | 0.42 | 6.12 | 1 | 0.29 |
| Hex | 93 | F | 0 | 0 | 5A | 64 | 2A | 6 | 64 | 1D |
| Octal | 223 | 17 | 0 | 0 | 132 | 144 | 52 | 6 | 144 | 35 |
| Binary | 10010011 | 1111 | 0 | 0 | 1011010 | 1100100 | 101010 | 110 | 1100100 | 11101 |
Color Harmonies of #930F00
Complementary color
Monochromatic Colors of #930F00
Black with #930F00
Text Example
Text Example
White with #930F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F00; }
p { color: rgb(147,15,0); }
H1.HeaderClassName
{
color: #930F00;
}
.AnyTagClassName
{
color: #930F00;
}
</style>
background-color css
<style>
a { background-color: #930F00; }
a { background-color: rgb(147,15,0); }
div.DivClassName
{
background-color: #930F00;
}
.BgClassName
{
background-color: #930F00;
}
</style>
border-color css
<style>
span { border-color: #930F00; }
span { border-color: rgb(147,15,0); }
td.TdClassName
{
border-color: #930F00;
}
.TagClassName
{
border-color: #930F00;
}
</style>