Shades of Carmine #9D1323
Tints of Carmine #9D1323
RGB
CMYK
RGB Variations
Color information
#9D1323 (or 0x9D1323) is known color: Carmine. HEX triplet: 9D, 13 and 23. RGB value is (157,19,35). Sum of RGB (Red+Green+Blue) = 157+19+35=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1323 is #62ECDC. Grayscale: #3E3E3E. Windows color (decimal): -6483165 or 2298781. OLE color: 2298781.
HSL color Cylindrical-coordinate representation of color #9D1323: hue angle of 353.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D1323 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 35 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.38 |
| HSL | 353.04º | 0.78% | 0.35% | - |
| HSV(B) | 353.04º | 0.88% | 0.62% | - |
| XYZ | 14.44 | 7.76 | 2.33 | - |
| YUV | 62.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 35 | 0 | 0.88 | 0.78 | 0.38 | 353.04 | 0.78 | 0.35 |
| Hex | 9D | 13 | 23 | 0 | 58 | 4E | 26 | 161 | 4E | 23 |
| Octal | 235 | 23 | 43 | 0 | 130 | 116 | 46 | 541 | 116 | 43 |
| Binary | 10011101 | 10011 | 100011 | 0 | 1011000 | 1001110 | 100110 | 101100001 | 1001110 | 100011 |
Color Harmonies of #9D1323
Complementary color
Monochromatic Colors of #9D1323
Black with #9D1323
Text Example
Text Example
White with #9D1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1323; }
p { color: rgb(157,19,35); }
H1.HeaderClassName
{
color: #9D1323;
}
.AnyTagClassName
{
color: #9D1323;
}
</style>
background-color css
<style>
a { background-color: #9D1323; }
a { background-color: rgb(157,19,35); }
div.DivClassName
{
background-color: #9D1323;
}
.BgClassName
{
background-color: #9D1323;
}
</style>
border-color css
<style>
span { border-color: #9D1323; }
span { border-color: rgb(157,19,35); }
td.TdClassName
{
border-color: #9D1323;
}
.TagClassName
{
border-color: #9D1323;
}
</style>