Shades of Carmine #9E0614
Tints of Carmine #9E0614
RGB
CMYK
RGB Variations
Color information
#9E0614 (or 0x9E0614) is known color: Carmine. HEX triplet: 9E, 06 and 14. RGB value is (158,6,20). Sum of RGB (Red+Green+Blue) = 158+6+20=184 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.87% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0614 is #61F9EB. Grayscale: #353535. Windows color (decimal): -6420972 or 1312414. OLE color: 1312414.
HSL color Cylindrical-coordinate representation of color #9E0614: hue angle of 354.47º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0614 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 20 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.38 |
| HSL | 354.47º | 0.93% | 0.32% | - |
| HSV(B) | 354.47º | 0.96% | 0.62% | - |
| XYZ | 14.29 | 7.45 | 1.35 | - |
| YUV | 53.04 | 109.36 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 20 | 0 | 0.96 | 0.87 | 0.38 | 354.47 | 0.93 | 0.32 |
| Hex | 9E | 6 | 14 | 0 | 60 | 57 | 26 | 162 | 5D | 20 |
| Octal | 236 | 6 | 24 | 0 | 140 | 127 | 46 | 542 | 135 | 40 |
| Binary | 10011110 | 110 | 10100 | 0 | 1100000 | 1010111 | 100110 | 101100010 | 1011101 | 100000 |
Color Harmonies of #9E0614
Complementary color
Monochromatic Colors of #9E0614
Black with #9E0614
Text Example
Text Example
White with #9E0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0614; }
p { color: rgb(158,6,20); }
H1.HeaderClassName
{
color: #9E0614;
}
.AnyTagClassName
{
color: #9E0614;
}
</style>
background-color css
<style>
a { background-color: #9E0614; }
a { background-color: rgb(158,6,20); }
div.DivClassName
{
background-color: #9E0614;
}
.BgClassName
{
background-color: #9E0614;
}
</style>
border-color css
<style>
span { border-color: #9E0614; }
span { border-color: rgb(158,6,20); }
td.TdClassName
{
border-color: #9E0614;
}
.TagClassName
{
border-color: #9E0614;
}
</style>