Shades of Carmine #980D1D
Tints of Carmine #980D1D
RGB
CMYK
RGB Variations
Color information
#980D1D (or 0x980D1D) is known color: Carmine. HEX triplet: 98, 0D and 1D. RGB value is (152,13,29). Sum of RGB (Red+Green+Blue) = 152+13+29=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #980D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D1D is #67F2E2. Grayscale: #383838. Windows color (decimal): -6812387 or 1904024. OLE color: 1904024.
HSL color Cylindrical-coordinate representation of color #980D1D: hue angle of 353.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D1D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 29 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.40 |
| HSL | 353.09º | 0.84% | 0.32% | - |
| HSV(B) | 353.09º | 0.91% | 0.6% | - |
| XYZ | 13.31 | 7.05 | 1.82 | - |
| YUV | 56.39 | 112.55 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 29 | 0 | 0.91 | 0.81 | 0.40 | 353.09 | 0.84 | 0.32 |
| Hex | 98 | D | 1D | 0 | 5B | 51 | 28 | 161 | 54 | 20 |
| Octal | 230 | 15 | 35 | 0 | 133 | 121 | 50 | 541 | 124 | 40 |
| Binary | 10011000 | 1101 | 11101 | 0 | 1011011 | 1010001 | 101000 | 101100001 | 1010100 | 100000 |
Color Harmonies of #980D1D
Complementary color
Monochromatic Colors of #980D1D
Black with #980D1D
Text Example
Text Example
White with #980D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D1D; }
p { color: rgb(152,13,29); }
H1.HeaderClassName
{
color: #980D1D;
}
.AnyTagClassName
{
color: #980D1D;
}
</style>
background-color css
<style>
a { background-color: #980D1D; }
a { background-color: rgb(152,13,29); }
div.DivClassName
{
background-color: #980D1D;
}
.BgClassName
{
background-color: #980D1D;
}
</style>
border-color css
<style>
span { border-color: #980D1D; }
span { border-color: rgb(152,13,29); }
td.TdClassName
{
border-color: #980D1D;
}
.TagClassName
{
border-color: #980D1D;
}
</style>