Shades of Carmine #9D0E2F
Tints of Carmine #9D0E2F
RGB
CMYK
RGB Variations
Color information
#9D0E2F (or 0x9D0E2F) is known color: Carmine. HEX triplet: 9D, 0E and 2F. RGB value is (157,14,47). Sum of RGB (Red+Green+Blue) = 157+14+47=218 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.02% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0E2F is #62F1D0. Grayscale: #3C3C3C. Windows color (decimal): -6484433 or 3083933. OLE color: 3083933.
HSL color Cylindrical-coordinate representation of color #9D0E2F: hue angle of 346.15º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D0E2F is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 14 | 47 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.38 |
| HSL | 346.15º | 0.84% | 0.34% | - |
| HSV(B) | 346.15º | 0.91% | 0.62% | - |
| XYZ | 14.57 | 7.69 | 3.4 | - |
| YUV | 60.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 14 | 47 | 0 | 0.91 | 0.70 | 0.38 | 346.15 | 0.84 | 0.34 |
| Hex | 9D | E | 2F | 0 | 5B | 46 | 26 | 15A | 54 | 22 |
| Octal | 235 | 16 | 57 | 0 | 133 | 106 | 46 | 532 | 124 | 42 |
| Binary | 10011101 | 1110 | 101111 | 0 | 1011011 | 1000110 | 100110 | 101011010 | 1010100 | 100010 |
Color Harmonies of #9D0E2F
Complementary color
Monochromatic Colors of #9D0E2F
Black with #9D0E2F
Text Example
Text Example
White with #9D0E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0E2F; }
p { color: rgb(157,14,47); }
H1.HeaderClassName
{
color: #9D0E2F;
}
.AnyTagClassName
{
color: #9D0E2F;
}
</style>
background-color css
<style>
a { background-color: #9D0E2F; }
a { background-color: rgb(157,14,47); }
div.DivClassName
{
background-color: #9D0E2F;
}
.BgClassName
{
background-color: #9D0E2F;
}
</style>
border-color css
<style>
span { border-color: #9D0E2F; }
span { border-color: rgb(157,14,47); }
td.TdClassName
{
border-color: #9D0E2F;
}
.TagClassName
{
border-color: #9D0E2F;
}
</style>