Shades of Carmine #9D0224
Tints of Carmine #9D0224
RGB
CMYK
RGB Variations
Color information
#9D0224 (or 0x9D0224) is known color: Carmine. HEX triplet: 9D, 02 and 24. RGB value is (157,2,36). Sum of RGB (Red+Green+Blue) = 157+2+36=195 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.51% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0224 is #62FDDB. Grayscale: #343434. Windows color (decimal): -6487516 or 2359965. OLE color: 2359965.
HSL color Cylindrical-coordinate representation of color #9D0224: hue angle of 346.84º degrees, saturation: 0.97, 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 #9D0224 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.38 |
| HSL | 346.84º | 0.97% | 0.31% | - |
| HSV(B) | 346.84º | 0.99% | 0.62% | - |
| XYZ | 14.24 | 7.34 | 2.33 | - |
| YUV | 52.22 | 118.85 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 36 | 0 | 0.99 | 0.77 | 0.38 | 346.84 | 0.97 | 0.31 |
| Hex | 9D | 2 | 24 | 0 | 63 | 4D | 26 | 15B | 61 | 1F |
| Octal | 235 | 2 | 44 | 0 | 143 | 115 | 46 | 533 | 141 | 37 |
| Binary | 10011101 | 10 | 100100 | 0 | 1100011 | 1001101 | 100110 | 101011011 | 1100001 | 11111 |
Color Harmonies of #9D0224
Complementary color
Monochromatic Colors of #9D0224
Black with #9D0224
Text Example
Text Example
White with #9D0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0224; }
p { color: rgb(157,2,36); }
H1.HeaderClassName
{
color: #9D0224;
}
.AnyTagClassName
{
color: #9D0224;
}
</style>
background-color css
<style>
a { background-color: #9D0224; }
a { background-color: rgb(157,2,36); }
div.DivClassName
{
background-color: #9D0224;
}
.BgClassName
{
background-color: #9D0224;
}
</style>
border-color css
<style>
span { border-color: #9D0224; }
span { border-color: rgb(157,2,36); }
td.TdClassName
{
border-color: #9D0224;
}
.TagClassName
{
border-color: #9D0224;
}
</style>