Shades of Dark Red #9C1504
Tints of Dark Red #9C1504
RGB
CMYK
RGB Variations
Color information
#9C1504 (or 0x9C1504) is known color: Dark Red. HEX triplet: 9C, 15 and 04. RGB value is (156,21,4). Sum of RGB (Red+Green+Blue) = 156+21+4=181 (23% of max value = 765). Red value is 156 (61.33% from 255 or 86.19% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1504 is #63EAFB. Grayscale: #3B3B3B. Windows color (decimal): -6548220 or 267676. OLE color: 267676.
HSL color Cylindrical-coordinate representation of color #9C1504: hue angle of 6.71º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C1504 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 21 | 4 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.39 |
| HSL | 6.71º | 0.95% | 0.31% | - |
| HSV(B) | 6.71º | 0.97% | 0.61% | - |
| XYZ | 14 | 7.61 | 0.85 | - |
| YUV | 59.43 | 96.73 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 4 | 0 | 0.87 | 0.97 | 0.39 | 6.71 | 0.95 | 0.31 |
| Hex | 9C | 15 | 4 | 0 | 57 | 61 | 27 | 7 | 5F | 1F |
| Octal | 234 | 25 | 4 | 0 | 127 | 141 | 47 | 7 | 137 | 37 |
| Binary | 10011100 | 10101 | 100 | 0 | 1010111 | 1100001 | 100111 | 111 | 1011111 | 11111 |
Color Harmonies of #9C1504
Complementary color
Monochromatic Colors of #9C1504
Black with #9C1504
Text Example
Text Example
White with #9C1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1504; }
p { color: rgb(156,21,4); }
H1.HeaderClassName
{
color: #9C1504;
}
.AnyTagClassName
{
color: #9C1504;
}
</style>
background-color css
<style>
a { background-color: #9C1504; }
a { background-color: rgb(156,21,4); }
div.DivClassName
{
background-color: #9C1504;
}
.BgClassName
{
background-color: #9C1504;
}
</style>
border-color css
<style>
span { border-color: #9C1504; }
span { border-color: rgb(156,21,4); }
td.TdClassName
{
border-color: #9C1504;
}
.TagClassName
{
border-color: #9C1504;
}
</style>