Shades of Carmine #9E0E2E
Tints of Carmine #9E0E2E
RGB
CMYK
RGB Variations
Color information
#9E0E2E (or 0x9E0E2E) is known color: Carmine. HEX triplet: 9E, 0E and 2E. RGB value is (158,14,46). Sum of RGB (Red+Green+Blue) = 158+14+46=218 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.48% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0E2E is #61F1D1. Grayscale: #3C3C3C. Windows color (decimal): -6418898 or 3018398. OLE color: 3018398.
HSL color Cylindrical-coordinate representation of color #9E0E2E: hue angle of 346.67º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E2E is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 14 | 46 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.38 |
| HSL | 346.67º | 0.84% | 0.34% | - |
| HSV(B) | 346.67º | 0.91% | 0.62% | - |
| XYZ | 14.75 | 7.78 | 3.31 | - |
| YUV | 60.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 46 | 0 | 0.91 | 0.71 | 0.38 | 346.67 | 0.84 | 0.34 |
| Hex | 9E | E | 2E | 0 | 5B | 47 | 26 | 15B | 54 | 22 |
| Octal | 236 | 16 | 56 | 0 | 133 | 107 | 46 | 533 | 124 | 42 |
| Binary | 10011110 | 1110 | 101110 | 0 | 1011011 | 1000111 | 100110 | 101011011 | 1010100 | 100010 |
Color Harmonies of #9E0E2E
Complementary color
Monochromatic Colors of #9E0E2E
Black with #9E0E2E
Text Example
Text Example
White with #9E0E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0E2E; }
p { color: rgb(158,14,46); }
H1.HeaderClassName
{
color: #9E0E2E;
}
.AnyTagClassName
{
color: #9E0E2E;
}
</style>
background-color css
<style>
a { background-color: #9E0E2E; }
a { background-color: rgb(158,14,46); }
div.DivClassName
{
background-color: #9E0E2E;
}
.BgClassName
{
background-color: #9E0E2E;
}
</style>
border-color css
<style>
span { border-color: #9E0E2E; }
span { border-color: rgb(158,14,46); }
td.TdClassName
{
border-color: #9E0E2E;
}
.TagClassName
{
border-color: #9E0E2E;
}
</style>