Shades of Carmine #9D0121
Tints of Carmine #9D0121
RGB
CMYK
RGB Variations
Color information
#9D0121 (or 0x9D0121) is known color: Carmine. HEX triplet: 9D, 01 and 21. RGB value is (157,1,33). Sum of RGB (Red+Green+Blue) = 157+1+33=191 (25% of max value = 765). Red value is 157 (61.72% from 255 or 82.20% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0121 is #62FEDE. Grayscale: #333333. Windows color (decimal): -6487775 or 2163101. OLE color: 2163101.
HSL color Cylindrical-coordinate representation of color #9D0121: hue angle of 347.69º 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 #9D0121 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.38 |
| HSL | 347.69º | 0.99% | 0.31% | - |
| HSV(B) | 347.69º | 0.99% | 0.62% | - |
| XYZ | 14.19 | 7.3 | 2.1 | - |
| YUV | 51.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 33 | 0 | 0.99 | 0.79 | 0.38 | 347.69 | 0.99 | 0.31 |
| Hex | 9D | 1 | 21 | 0 | 63 | 4F | 26 | 15C | 63 | 1F |
| Octal | 235 | 1 | 41 | 0 | 143 | 117 | 46 | 534 | 143 | 37 |
| Binary | 10011101 | 1 | 100001 | 0 | 1100011 | 1001111 | 100110 | 101011100 | 1100011 | 11111 |
Color Harmonies of #9D0121
Complementary color
Monochromatic Colors of #9D0121
Black with #9D0121
Text Example
Text Example
White with #9D0121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0121; }
p { color: rgb(157,1,33); }
H1.HeaderClassName
{
color: #9D0121;
}
.AnyTagClassName
{
color: #9D0121;
}
</style>
background-color css
<style>
a { background-color: #9D0121; }
a { background-color: rgb(157,1,33); }
div.DivClassName
{
background-color: #9D0121;
}
.BgClassName
{
background-color: #9D0121;
}
</style>
border-color css
<style>
span { border-color: #9D0121; }
span { border-color: rgb(157,1,33); }
td.TdClassName
{
border-color: #9D0121;
}
.TagClassName
{
border-color: #9D0121;
}
</style>