Shades of Carmine #9D021F
Tints of Carmine #9D021F
RGB
CMYK
RGB Variations
Color information
#9D021F (or 0x9D021F) is known color: Carmine. HEX triplet: 9D, 02 and 1F. RGB value is (157,2,31). Sum of RGB (Red+Green+Blue) = 157+2+31=190 (25% of max value = 765). Red value is 157 (61.72% from 255 or 82.63% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 157 - color contains mainly: red. Hex color #9D021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D021F is #62FDE0. Grayscale: #333333. Windows color (decimal): -6487521 or 2032285. OLE color: 2032285.
HSL color Cylindrical-coordinate representation of color #9D021F: hue angle of 348.77º 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 #9D021F is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.38 |
| HSL | 348.77º | 0.97% | 0.31% | - |
| HSV(B) | 348.77º | 0.99% | 0.62% | - |
| XYZ | 14.17 | 7.31 | 1.96 | - |
| YUV | 51.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 31 | 0 | 0.99 | 0.80 | 0.38 | 348.77 | 0.97 | 0.31 |
| Hex | 9D | 2 | 1F | 0 | 63 | 50 | 26 | 15D | 61 | 1F |
| Octal | 235 | 2 | 37 | 0 | 143 | 120 | 46 | 535 | 141 | 37 |
| Binary | 10011101 | 10 | 11111 | 0 | 1100011 | 1010000 | 100110 | 101011101 | 1100001 | 11111 |
Color Harmonies of #9D021F
Complementary color
Monochromatic Colors of #9D021F
Black with #9D021F
Text Example
Text Example
White with #9D021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D021F; }
p { color: rgb(157,2,31); }
H1.HeaderClassName
{
color: #9D021F;
}
.AnyTagClassName
{
color: #9D021F;
}
</style>
background-color css
<style>
a { background-color: #9D021F; }
a { background-color: rgb(157,2,31); }
div.DivClassName
{
background-color: #9D021F;
}
.BgClassName
{
background-color: #9D021F;
}
</style>
border-color css
<style>
span { border-color: #9D021F; }
span { border-color: rgb(157,2,31); }
td.TdClassName
{
border-color: #9D021F;
}
.TagClassName
{
border-color: #9D021F;
}
</style>