Shades of Dark Red #94100C
Tints of Dark Red #94100C
RGB
CMYK
RGB Variations
Color information
#94100C (or 0x94100C) is known color: Dark Red. HEX triplet: 94, 10 and 0C. RGB value is (148,16,12). Sum of RGB (Red+Green+Blue) = 148+16+12=176 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.09% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 148 - color contains mainly: red. Hex color #94100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94100C is #6BEFF3. Grayscale: #373737. Windows color (decimal): -7073780 or 790676. OLE color: 790676.
HSL color Cylindrical-coordinate representation of color #94100C: hue angle of 1.76º 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 #94100C is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 16 | 12 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.42 |
| HSL | 1.76º | 0.85% | 0.31% | - |
| HSV(B) | 1.76º | 0.92% | 0.58% | - |
| XYZ | 12.46 | 6.69 | 0.98 | - |
| YUV | 55.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 16 | 12 | 0 | 0.89 | 0.92 | 0.42 | 1.76 | 0.85 | 0.31 |
| Hex | 94 | 10 | C | 0 | 59 | 5C | 2A | 2 | 55 | 1F |
| Octal | 224 | 20 | 14 | 0 | 131 | 134 | 52 | 2 | 125 | 37 |
| Binary | 10010100 | 10000 | 1100 | 0 | 1011001 | 1011100 | 101010 | 10 | 1010101 | 11111 |
Color Harmonies of #94100C
Complementary color
Monochromatic Colors of #94100C
Black with #94100C
Text Example
Text Example
White with #94100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94100C; }
p { color: rgb(148,16,12); }
H1.HeaderClassName
{
color: #94100C;
}
.AnyTagClassName
{
color: #94100C;
}
</style>
background-color css
<style>
a { background-color: #94100C; }
a { background-color: rgb(148,16,12); }
div.DivClassName
{
background-color: #94100C;
}
.BgClassName
{
background-color: #94100C;
}
</style>
border-color css
<style>
span { border-color: #94100C; }
span { border-color: rgb(148,16,12); }
td.TdClassName
{
border-color: #94100C;
}
.TagClassName
{
border-color: #94100C;
}
</style>