Shades of Carmine #9E012D
Tints of Carmine #9E012D
RGB
CMYK
RGB Variations
Color information
#9E012D (or 0x9E012D) is known color: Carmine. HEX triplet: 9E, 01 and 2D. RGB value is (158,1,45). Sum of RGB (Red+Green+Blue) = 158+1+45=204 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.45% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 158 - color contains mainly: red. Hex color #9E012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E012D is #61FED2. Grayscale: #343434. Windows color (decimal): -6422227 or 2949534. OLE color: 2949534.
HSL color Cylindrical-coordinate representation of color #9E012D: hue angle of 343.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E012D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.38 |
| HSL | 343.18º | 0.99% | 0.31% | - |
| HSV(B) | 343.18º | 0.99% | 0.62% | - |
| XYZ | 14.59 | 7.48 | 3.16 | - |
| YUV | 52.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 45 | 0 | 0.99 | 0.72 | 0.38 | 343.18 | 0.99 | 0.31 |
| Hex | 9E | 1 | 2D | 0 | 63 | 48 | 26 | 157 | 63 | 1F |
| Octal | 236 | 1 | 55 | 0 | 143 | 110 | 46 | 527 | 143 | 37 |
| Binary | 10011110 | 1 | 101101 | 0 | 1100011 | 1001000 | 100110 | 101010111 | 1100011 | 11111 |
Color Harmonies of #9E012D
Complementary color
Monochromatic Colors of #9E012D
Black with #9E012D
Text Example
Text Example
White with #9E012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E012D; }
p { color: rgb(158,1,45); }
H1.HeaderClassName
{
color: #9E012D;
}
.AnyTagClassName
{
color: #9E012D;
}
</style>
background-color css
<style>
a { background-color: #9E012D; }
a { background-color: rgb(158,1,45); }
div.DivClassName
{
background-color: #9E012D;
}
.BgClassName
{
background-color: #9E012D;
}
</style>
border-color css
<style>
span { border-color: #9E012D; }
span { border-color: rgb(158,1,45); }
td.TdClassName
{
border-color: #9E012D;
}
.TagClassName
{
border-color: #9E012D;
}
</style>