Shades of Carmine #9E0224
Tints of Carmine #9E0224
RGB
CMYK
RGB Variations
Color information
#9E0224 (or 0x9E0224) is known color: Carmine. HEX triplet: 9E, 02 and 24. RGB value is (158,2,36). Sum of RGB (Red+Green+Blue) = 158+2+36=196 (25% of max value = 765). Red value is 158 (62.11% from 255 or 80.61% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0224 is #61FDDB. Grayscale: #343434. Windows color (decimal): -6421980 or 2359966. OLE color: 2359966.
HSL color Cylindrical-coordinate representation of color #9E0224: hue angle of 346.92º degrees, saturation: 0.98, 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 #9E0224 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.38 |
| HSL | 346.92º | 0.98% | 0.31% | - |
| HSV(B) | 346.92º | 0.99% | 0.62% | - |
| XYZ | 14.44 | 7.44 | 2.34 | - |
| YUV | 52.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 36 | 0 | 0.99 | 0.77 | 0.38 | 346.92 | 0.98 | 0.31 |
| Hex | 9E | 2 | 24 | 0 | 63 | 4D | 26 | 15B | 62 | 1F |
| Octal | 236 | 2 | 44 | 0 | 143 | 115 | 46 | 533 | 142 | 37 |
| Binary | 10011110 | 10 | 100100 | 0 | 1100011 | 1001101 | 100110 | 101011011 | 1100010 | 11111 |
Color Harmonies of #9E0224
Complementary color
Monochromatic Colors of #9E0224
Black with #9E0224
Text Example
Text Example
White with #9E0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0224; }
p { color: rgb(158,2,36); }
H1.HeaderClassName
{
color: #9E0224;
}
.AnyTagClassName
{
color: #9E0224;
}
</style>
background-color css
<style>
a { background-color: #9E0224; }
a { background-color: rgb(158,2,36); }
div.DivClassName
{
background-color: #9E0224;
}
.BgClassName
{
background-color: #9E0224;
}
</style>
border-color css
<style>
span { border-color: #9E0224; }
span { border-color: rgb(158,2,36); }
td.TdClassName
{
border-color: #9E0224;
}
.TagClassName
{
border-color: #9E0224;
}
</style>