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