Shades of Carmine #9D011D
Tints of Carmine #9D011D
RGB
CMYK
RGB Variations
Color information
#9D011D (or 0x9D011D) is known color: Carmine. HEX triplet: 9D, 01 and 1D. RGB value is (157,1,29). Sum of RGB (Red+Green+Blue) = 157+1+29=187 (24% of max value = 765). Red value is 157 (61.72% from 255 or 83.96% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 157 - color contains mainly: red. Hex color #9D011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D011D is #62FEE2. Grayscale: #323232. Windows color (decimal): -6487779 or 1900957. OLE color: 1900957.
HSL color Cylindrical-coordinate representation of color #9D011D: hue angle of 349.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D011D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.38 |
| HSL | 349.23º | 0.99% | 0.31% | - |
| HSV(B) | 349.23º | 0.99% | 0.62% | - |
| XYZ | 14.14 | 7.28 | 1.82 | - |
| YUV | 50.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 29 | 0 | 0.99 | 0.82 | 0.38 | 349.23 | 0.99 | 0.31 |
| Hex | 9D | 1 | 1D | 0 | 63 | 52 | 26 | 15D | 63 | 1F |
| Octal | 235 | 1 | 35 | 0 | 143 | 122 | 46 | 535 | 143 | 37 |
| Binary | 10011101 | 1 | 11101 | 0 | 1100011 | 1010010 | 100110 | 101011101 | 1100011 | 11111 |
Color Harmonies of #9D011D
Complementary color
Monochromatic Colors of #9D011D
Black with #9D011D
Text Example
Text Example
White with #9D011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D011D; }
p { color: rgb(157,1,29); }
H1.HeaderClassName
{
color: #9D011D;
}
.AnyTagClassName
{
color: #9D011D;
}
</style>
background-color css
<style>
a { background-color: #9D011D; }
a { background-color: rgb(157,1,29); }
div.DivClassName
{
background-color: #9D011D;
}
.BgClassName
{
background-color: #9D011D;
}
</style>
border-color css
<style>
span { border-color: #9D011D; }
span { border-color: rgb(157,1,29); }
td.TdClassName
{
border-color: #9D011D;
}
.TagClassName
{
border-color: #9D011D;
}
</style>