Shades of Dark Red #940C04
Tints of Dark Red #940C04
RGB
CMYK
RGB Variations
Color information
#940C04 (or 0x940C04) is known color: Dark Red. HEX triplet: 94, 0C and 04. RGB value is (148,12,4). Sum of RGB (Red+Green+Blue) = 148+12+4=164 (21% of max value = 765). Red value is 148 (58.20% from 255 or 90.24% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 148 - color contains mainly: red. Hex color #940C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940C04 is #6BF3FB. Grayscale: #333333. Windows color (decimal): -7074812 or 265364. OLE color: 265364.
HSL color Cylindrical-coordinate representation of color #940C04: hue angle of 3.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940C04 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 4 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.42 |
| HSL | 3.33º | 0.95% | 0.3% | - |
| HSV(B) | 3.33º | 0.97% | 0.58% | - |
| XYZ | 12.37 | 6.57 | 0.73 | - |
| YUV | 51.75 | 101.06 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 4 | 0 | 0.92 | 0.97 | 0.42 | 3.33 | 0.95 | 0.3 |
| Hex | 94 | C | 4 | 0 | 5C | 61 | 2A | 3 | 5F | 1E |
| Octal | 224 | 14 | 4 | 0 | 134 | 141 | 52 | 3 | 137 | 36 |
| Binary | 10010100 | 1100 | 100 | 0 | 1011100 | 1100001 | 101010 | 11 | 1011111 | 11110 |
Color Harmonies of #940C04
Complementary color
Monochromatic Colors of #940C04
Black with #940C04
Text Example
Text Example
White with #940C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C04; }
p { color: rgb(148,12,4); }
H1.HeaderClassName
{
color: #940C04;
}
.AnyTagClassName
{
color: #940C04;
}
</style>
background-color css
<style>
a { background-color: #940C04; }
a { background-color: rgb(148,12,4); }
div.DivClassName
{
background-color: #940C04;
}
.BgClassName
{
background-color: #940C04;
}
</style>
border-color css
<style>
span { border-color: #940C04; }
span { border-color: rgb(148,12,4); }
td.TdClassName
{
border-color: #940C04;
}
.TagClassName
{
border-color: #940C04;
}
</style>