Shades of Dark Red #940C01
Tints of Dark Red #940C01
RGB
CMYK
RGB Variations
Color information
#940C01 (or 0x940C01) is known color: Dark Red. HEX triplet: 94, 0C and 01. RGB value is (148,12,1). Sum of RGB (Red+Green+Blue) = 148+12+1=161 (21% of max value = 765). Red value is 148 (58.20% from 255 or 91.93% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 148 - color contains mainly: red. Hex color #940C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940C01 is #6BF3FE. Grayscale: #333333. Windows color (decimal): -7074815 or 68756. OLE color: 68756.
HSL color Cylindrical-coordinate representation of color #940C01: hue angle of 4.49º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940C01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.42 |
| HSL | 4.49º | 0.99% | 0.29% | - |
| HSV(B) | 4.49º | 0.99% | 0.58% | - |
| XYZ | 12.35 | 6.56 | 0.64 | - |
| YUV | 51.41 | 99.56 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 1 | 0 | 0.92 | 0.99 | 0.42 | 4.49 | 0.99 | 0.29 |
| Hex | 94 | C | 1 | 0 | 5C | 63 | 2A | 4 | 63 | 1D |
| Octal | 224 | 14 | 1 | 0 | 134 | 143 | 52 | 4 | 143 | 35 |
| Binary | 10010100 | 1100 | 1 | 0 | 1011100 | 1100011 | 101010 | 100 | 1100011 | 11101 |
Color Harmonies of #940C01
Complementary color
Monochromatic Colors of #940C01
Black with #940C01
Text Example
Text Example
White with #940C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C01; }
p { color: rgb(148,12,1); }
H1.HeaderClassName
{
color: #940C01;
}
.AnyTagClassName
{
color: #940C01;
}
</style>
background-color css
<style>
a { background-color: #940C01; }
a { background-color: rgb(148,12,1); }
div.DivClassName
{
background-color: #940C01;
}
.BgClassName
{
background-color: #940C01;
}
</style>
border-color css
<style>
span { border-color: #940C01; }
span { border-color: rgb(148,12,1); }
td.TdClassName
{
border-color: #940C01;
}
.TagClassName
{
border-color: #940C01;
}
</style>