Shades of Dark Red #940E0C
Tints of Dark Red #940E0C
RGB
CMYK
RGB Variations
Color information
#940E0C (or 0x940E0C) is known color: Dark Red. HEX triplet: 94, 0E and 0C. RGB value is (148,14,12). Sum of RGB (Red+Green+Blue) = 148+14+12=174 (23% of max value = 765). Red value is 148 (58.20% from 255 or 85.06% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 148 - color contains mainly: red. Hex color #940E0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940E0C is #6BF1F3. Grayscale: #353535. Windows color (decimal): -7074292 or 790164. OLE color: 790164.
HSL color Cylindrical-coordinate representation of color #940E0C: hue angle of 0.88º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940E0C is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 14 | 12 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.42 |
| HSL | 0.88º | 0.85% | 0.31% | - |
| HSV(B) | 0.88º | 0.92% | 0.58% | - |
| XYZ | 12.44 | 6.64 | 0.97 | - |
| YUV | 53.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 14 | 12 | 0 | 0.91 | 0.92 | 0.42 | 0.88 | 0.85 | 0.31 |
| Hex | 94 | E | C | 0 | 5B | 5C | 2A | 1 | 55 | 1F |
| Octal | 224 | 16 | 14 | 0 | 133 | 134 | 52 | 1 | 125 | 37 |
| Binary | 10010100 | 1110 | 1100 | 0 | 1011011 | 1011100 | 101010 | 1 | 1010101 | 11111 |
Color Harmonies of #940E0C
Complementary color
Monochromatic Colors of #940E0C
Black with #940E0C
Text Example
Text Example
White with #940E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940E0C; }
p { color: rgb(148,14,12); }
H1.HeaderClassName
{
color: #940E0C;
}
.AnyTagClassName
{
color: #940E0C;
}
</style>
background-color css
<style>
a { background-color: #940E0C; }
a { background-color: rgb(148,14,12); }
div.DivClassName
{
background-color: #940E0C;
}
.BgClassName
{
background-color: #940E0C;
}
</style>
border-color css
<style>
span { border-color: #940E0C; }
span { border-color: rgb(148,14,12); }
td.TdClassName
{
border-color: #940E0C;
}
.TagClassName
{
border-color: #940E0C;
}
</style>