Shades of Dark Red #9C0E03
Tints of Dark Red #9C0E03
RGB
CMYK
RGB Variations
Color information
#9C0E03 (or 0x9C0E03) is known color: Dark Red. HEX triplet: 9C, 0E and 03. RGB value is (156,14,3). Sum of RGB (Red+Green+Blue) = 156+14+3=173 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.17% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0E03 is #63F1FC. Grayscale: #373737. Windows color (decimal): -6550013 or 200348. OLE color: 200348.
HSL color Cylindrical-coordinate representation of color #9C0E03: hue angle of 4.31º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0E03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 14 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.39 |
| HSL | 4.31º | 0.96% | 0.31% | - |
| HSV(B) | 4.31º | 0.98% | 0.61% | - |
| XYZ | 13.88 | 7.39 | 0.78 | - |
| YUV | 55.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 3 | 0 | 0.91 | 0.98 | 0.39 | 4.31 | 0.96 | 0.31 |
| Hex | 9C | E | 3 | 0 | 5B | 62 | 27 | 4 | 60 | 1F |
| Octal | 234 | 16 | 3 | 0 | 133 | 142 | 47 | 4 | 140 | 37 |
| Binary | 10011100 | 1110 | 11 | 0 | 1011011 | 1100010 | 100111 | 100 | 1100000 | 11111 |
Color Harmonies of #9C0E03
Complementary color
Monochromatic Colors of #9C0E03
Black with #9C0E03
Text Example
Text Example
White with #9C0E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0E03; }
p { color: rgb(156,14,3); }
H1.HeaderClassName
{
color: #9C0E03;
}
.AnyTagClassName
{
color: #9C0E03;
}
</style>
background-color css
<style>
a { background-color: #9C0E03; }
a { background-color: rgb(156,14,3); }
div.DivClassName
{
background-color: #9C0E03;
}
.BgClassName
{
background-color: #9C0E03;
}
</style>
border-color css
<style>
span { border-color: #9C0E03; }
span { border-color: rgb(156,14,3); }
td.TdClassName
{
border-color: #9C0E03;
}
.TagClassName
{
border-color: #9C0E03;
}
</style>