Shades of Dark Red #940C06
Tints of Dark Red #940C06
RGB
CMYK
RGB Variations
Color information
#940C06 (or 0x940C06) is known color: Dark Red. HEX triplet: 94, 0C and 06. RGB value is (148,12,6). Sum of RGB (Red+Green+Blue) = 148+12+6=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #940C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940C06 is #6BF3F9. Grayscale: #343434. Windows color (decimal): -7074810 or 396436. OLE color: 396436.
HSL color Cylindrical-coordinate representation of color #940C06: hue angle of 2.54º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940C06 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 6 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.42 |
| HSL | 2.54º | 0.92% | 0.3% | - |
| HSV(B) | 2.54º | 0.96% | 0.58% | - |
| XYZ | 12.38 | 6.57 | 0.79 | - |
| YUV | 51.98 | 102.06 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 6 | 0 | 0.92 | 0.96 | 0.42 | 2.54 | 0.92 | 0.3 |
| Hex | 94 | C | 6 | 0 | 5C | 60 | 2A | 3 | 5C | 1E |
| Octal | 224 | 14 | 6 | 0 | 134 | 140 | 52 | 3 | 134 | 36 |
| Binary | 10010100 | 1100 | 110 | 0 | 1011100 | 1100000 | 101010 | 11 | 1011100 | 11110 |
Color Harmonies of #940C06
Complementary color
Monochromatic Colors of #940C06
Black with #940C06
Text Example
Text Example
White with #940C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C06; }
p { color: rgb(148,12,6); }
H1.HeaderClassName
{
color: #940C06;
}
.AnyTagClassName
{
color: #940C06;
}
</style>
background-color css
<style>
a { background-color: #940C06; }
a { background-color: rgb(148,12,6); }
div.DivClassName
{
background-color: #940C06;
}
.BgClassName
{
background-color: #940C06;
}
</style>
border-color css
<style>
span { border-color: #940C06; }
span { border-color: rgb(148,12,6); }
td.TdClassName
{
border-color: #940C06;
}
.TagClassName
{
border-color: #940C06;
}
</style>