Shades of Carmine #980E2D
Tints of Carmine #980E2D
RGB
CMYK
RGB Variations
Color information
#980E2D (or 0x980E2D) is known color: Carmine. HEX triplet: 98, 0E and 2D. RGB value is (152,14,45). Sum of RGB (Red+Green+Blue) = 152+14+45=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #980E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980E2D is #67F1D2. Grayscale: #3A3A3A. Windows color (decimal): -6812115 or 2952856. OLE color: 2952856.
HSL color Cylindrical-coordinate representation of color #980E2D: hue angle of 346.52º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E2D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 45 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.40 |
| HSL | 346.52º | 0.83% | 0.33% | - |
| HSV(B) | 346.52º | 0.91% | 0.6% | - |
| XYZ | 13.58 | 7.18 | 3.15 | - |
| YUV | 58.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 45 | 0 | 0.91 | 0.70 | 0.40 | 346.52 | 0.83 | 0.33 |
| Hex | 98 | E | 2D | 0 | 5B | 46 | 28 | 15B | 53 | 21 |
| Octal | 230 | 16 | 55 | 0 | 133 | 106 | 50 | 533 | 123 | 41 |
| Binary | 10011000 | 1110 | 101101 | 0 | 1011011 | 1000110 | 101000 | 101011011 | 1010011 | 100001 |
Color Harmonies of #980E2D
Complementary color
Monochromatic Colors of #980E2D
Black with #980E2D
Text Example
Text Example
White with #980E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E2D; }
p { color: rgb(152,14,45); }
H1.HeaderClassName
{
color: #980E2D;
}
.AnyTagClassName
{
color: #980E2D;
}
</style>
background-color css
<style>
a { background-color: #980E2D; }
a { background-color: rgb(152,14,45); }
div.DivClassName
{
background-color: #980E2D;
}
.BgClassName
{
background-color: #980E2D;
}
</style>
border-color css
<style>
span { border-color: #980E2D; }
span { border-color: rgb(152,14,45); }
td.TdClassName
{
border-color: #980E2D;
}
.TagClassName
{
border-color: #980E2D;
}
</style>