Shades of Carmine #9E1324
Tints of Carmine #9E1324
RGB
CMYK
RGB Variations
Color information
#9E1324 (or 0x9E1324) is known color: Carmine. HEX triplet: 9E, 13 and 24. RGB value is (158,19,36). Sum of RGB (Red+Green+Blue) = 158+19+36=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1324 is #61ECDB. Grayscale: #3E3E3E. Windows color (decimal): -6417628 or 2364318. OLE color: 2364318.
HSL color Cylindrical-coordinate representation of color #9E1324: hue angle of 352.66º degrees, saturation: 0.79, 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 #9E1324 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 36 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.38 |
| HSL | 352.66º | 0.79% | 0.35% | - |
| HSV(B) | 352.66º | 0.88% | 0.62% | - |
| XYZ | 14.65 | 7.86 | 2.41 | - |
| YUV | 62.5 | 113.05 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 36 | 0 | 0.88 | 0.77 | 0.38 | 352.66 | 0.79 | 0.35 |
| Hex | 9E | 13 | 24 | 0 | 58 | 4D | 26 | 161 | 4F | 23 |
| Octal | 236 | 23 | 44 | 0 | 130 | 115 | 46 | 541 | 117 | 43 |
| Binary | 10011110 | 10011 | 100100 | 0 | 1011000 | 1001101 | 100110 | 101100001 | 1001111 | 100011 |
Color Harmonies of #9E1324
Complementary color
Monochromatic Colors of #9E1324
Black with #9E1324
Text Example
Text Example
White with #9E1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1324; }
p { color: rgb(158,19,36); }
H1.HeaderClassName
{
color: #9E1324;
}
.AnyTagClassName
{
color: #9E1324;
}
</style>
background-color css
<style>
a { background-color: #9E1324; }
a { background-color: rgb(158,19,36); }
div.DivClassName
{
background-color: #9E1324;
}
.BgClassName
{
background-color: #9E1324;
}
</style>
border-color css
<style>
span { border-color: #9E1324; }
span { border-color: rgb(158,19,36); }
td.TdClassName
{
border-color: #9E1324;
}
.TagClassName
{
border-color: #9E1324;
}
</style>