Shades of Carmine #9D1114
Tints of Carmine #9D1114
RGB
CMYK
RGB Variations
Color information
#9D1114 (or 0x9D1114) is known color: Carmine. HEX triplet: 9D, 11 and 14. RGB value is (157,17,20). Sum of RGB (Red+Green+Blue) = 157+17+20=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1114 is #62EEEB. Grayscale: #3B3B3B. Windows color (decimal): -6483692 or 1315229. OLE color: 1315229.
HSL color Cylindrical-coordinate representation of color #9D1114: hue angle of 358.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1114 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 17 | 20 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.38 |
| HSL | 358.71º | 0.8% | 0.34% | - |
| HSV(B) | 358.71º | 0.89% | 0.62% | - |
| XYZ | 14.23 | 7.62 | 1.38 | - |
| YUV | 59.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 20 | 0 | 0.89 | 0.87 | 0.38 | 358.71 | 0.8 | 0.34 |
| Hex | 9D | 11 | 14 | 0 | 59 | 57 | 26 | 167 | 50 | 22 |
| Octal | 235 | 21 | 24 | 0 | 131 | 127 | 46 | 547 | 120 | 42 |
| Binary | 10011101 | 10001 | 10100 | 0 | 1011001 | 1010111 | 100110 | 101100111 | 1010000 | 100010 |
Color Harmonies of #9D1114
Complementary color
Monochromatic Colors of #9D1114
Black with #9D1114
Text Example
Text Example
White with #9D1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1114; }
p { color: rgb(157,17,20); }
H1.HeaderClassName
{
color: #9D1114;
}
.AnyTagClassName
{
color: #9D1114;
}
</style>
background-color css
<style>
a { background-color: #9D1114; }
a { background-color: rgb(157,17,20); }
div.DivClassName
{
background-color: #9D1114;
}
.BgClassName
{
background-color: #9D1114;
}
</style>
border-color css
<style>
span { border-color: #9D1114; }
span { border-color: rgb(157,17,20); }
td.TdClassName
{
border-color: #9D1114;
}
.TagClassName
{
border-color: #9D1114;
}
</style>