Shades of Dark Red #9C1B01
Tints of Dark Red #9C1B01
RGB
CMYK
RGB Variations
Color information
#9C1B01 (or 0x9C1B01) is known color: Dark Red. HEX triplet: 9C, 1B and 01. RGB value is (156,27,1). Sum of RGB (Red+Green+Blue) = 156+27+1=184 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.78% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1B01 is #63E4FE. Grayscale: #3E3E3E. Windows color (decimal): -6546687 or 72604. OLE color: 72604.
HSL color Cylindrical-coordinate representation of color #9C1B01: hue angle of 10.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C1B01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 27 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.39 |
| HSL | 10.06º | 0.99% | 0.31% | - |
| HSV(B) | 10.06º | 0.99% | 0.61% | - |
| XYZ | 14.11 | 7.85 | 0.8 | - |
| YUV | 62.61 | 93.24 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 27 | 1 | 0 | 0.83 | 0.99 | 0.39 | 10.06 | 0.99 | 0.31 |
| Hex | 9C | 1B | 1 | 0 | 53 | 63 | 27 | A | 63 | 1F |
| Octal | 234 | 33 | 1 | 0 | 123 | 143 | 47 | 12 | 143 | 37 |
| Binary | 10011100 | 11011 | 1 | 0 | 1010011 | 1100011 | 100111 | 1010 | 1100011 | 11111 |
Color Harmonies of #9C1B01
Complementary color
Monochromatic Colors of #9C1B01
Black with #9C1B01
Text Example
Text Example
White with #9C1B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1B01; }
p { color: rgb(156,27,1); }
H1.HeaderClassName
{
color: #9C1B01;
}
.AnyTagClassName
{
color: #9C1B01;
}
</style>
background-color css
<style>
a { background-color: #9C1B01; }
a { background-color: rgb(156,27,1); }
div.DivClassName
{
background-color: #9C1B01;
}
.BgClassName
{
background-color: #9C1B01;
}
</style>
border-color css
<style>
span { border-color: #9C1B01; }
span { border-color: rgb(156,27,1); }
td.TdClassName
{
border-color: #9C1B01;
}
.TagClassName
{
border-color: #9C1B01;
}
</style>