Shades of Carmine #9D0F24
Tints of Carmine #9D0F24
RGB
CMYK
RGB Variations
Color information
#9D0F24 (or 0x9D0F24) is known color: Carmine. HEX triplet: 9D, 0F and 24. RGB value is (157,15,36). Sum of RGB (Red+Green+Blue) = 157+15+36=208 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.48% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0F24 is #62F0DB. Grayscale: #3B3B3B. Windows color (decimal): -6484188 or 2363293. OLE color: 2363293.
HSL color Cylindrical-coordinate representation of color #9D0F24: hue angle of 351.13º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D0F24 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 15 | 36 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.38 |
| HSL | 351.13º | 0.83% | 0.34% | - |
| HSV(B) | 351.13º | 0.9% | 0.62% | - |
| XYZ | 14.39 | 7.64 | 2.38 | - |
| YUV | 59.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 15 | 36 | 0 | 0.90 | 0.77 | 0.38 | 351.13 | 0.83 | 0.34 |
| Hex | 9D | F | 24 | 0 | 5A | 4D | 26 | 15F | 53 | 22 |
| Octal | 235 | 17 | 44 | 0 | 132 | 115 | 46 | 537 | 123 | 42 |
| Binary | 10011101 | 1111 | 100100 | 0 | 1011010 | 1001101 | 100110 | 101011111 | 1010011 | 100010 |
Color Harmonies of #9D0F24
Complementary color
Monochromatic Colors of #9D0F24
Black with #9D0F24
Text Example
Text Example
White with #9D0F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0F24; }
p { color: rgb(157,15,36); }
H1.HeaderClassName
{
color: #9D0F24;
}
.AnyTagClassName
{
color: #9D0F24;
}
</style>
background-color css
<style>
a { background-color: #9D0F24; }
a { background-color: rgb(157,15,36); }
div.DivClassName
{
background-color: #9D0F24;
}
.BgClassName
{
background-color: #9D0F24;
}
</style>
border-color css
<style>
span { border-color: #9D0F24; }
span { border-color: rgb(157,15,36); }
td.TdClassName
{
border-color: #9D0F24;
}
.TagClassName
{
border-color: #9D0F24;
}
</style>