Shades of Carmine #9E0E36
Tints of Carmine #9E0E36
RGB
CMYK
RGB Variations
Color information
#9E0E36 (or 0x9E0E36) is known color: Carmine. HEX triplet: 9E, 0E and 36. RGB value is (158,14,54). Sum of RGB (Red+Green+Blue) = 158+14+54=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0E36 is #61F1C9. Grayscale: #3D3D3D. Windows color (decimal): -6418890 or 3542686. OLE color: 3542686.
HSL color Cylindrical-coordinate representation of color #9E0E36: hue angle of 343.33º 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 #9E0E36 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 14 | 54 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.38 |
| HSL | 343.33º | 0.84% | 0.34% | - |
| HSV(B) | 343.33º | 0.91% | 0.62% | - |
| XYZ | 14.92 | 7.85 | 4.22 | - |
| YUV | 61.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 54 | 0 | 0.91 | 0.66 | 0.38 | 343.33 | 0.84 | 0.34 |
| Hex | 9E | E | 36 | 0 | 5B | 42 | 26 | 157 | 54 | 22 |
| Octal | 236 | 16 | 66 | 0 | 133 | 102 | 46 | 527 | 124 | 42 |
| Binary | 10011110 | 1110 | 110110 | 0 | 1011011 | 1000010 | 100110 | 101010111 | 1010100 | 100010 |
Color Harmonies of #9E0E36
Complementary color
Monochromatic Colors of #9E0E36
Black with #9E0E36
Text Example
Text Example
White with #9E0E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0E36; }
p { color: rgb(158,14,54); }
H1.HeaderClassName
{
color: #9E0E36;
}
.AnyTagClassName
{
color: #9E0E36;
}
</style>
background-color css
<style>
a { background-color: #9E0E36; }
a { background-color: rgb(158,14,54); }
div.DivClassName
{
background-color: #9E0E36;
}
.BgClassName
{
background-color: #9E0E36;
}
</style>
border-color css
<style>
span { border-color: #9E0E36; }
span { border-color: rgb(158,14,54); }
td.TdClassName
{
border-color: #9E0E36;
}
.TagClassName
{
border-color: #9E0E36;
}
</style>