Shades of Carmine #980E21
Tints of Carmine #980E21
RGB
CMYK
RGB Variations
Color information
#980E21 (or 0x980E21) is known color: Carmine. HEX triplet: 98, 0E and 21. RGB value is (152,14,33). Sum of RGB (Red+Green+Blue) = 152+14+33=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #980E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980E21 is #67F1DE. Grayscale: #393939. Windows color (decimal): -6812127 or 2166424. OLE color: 2166424.
HSL color Cylindrical-coordinate representation of color #980E21: hue angle of 351.74º 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 #980E21 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 33 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.40 |
| HSL | 351.74º | 0.83% | 0.33% | - |
| HSV(B) | 351.74º | 0.91% | 0.6% | - |
| XYZ | 13.38 | 7.1 | 2.1 | - |
| YUV | 57.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 33 | 0 | 0.91 | 0.78 | 0.40 | 351.74 | 0.83 | 0.33 |
| Hex | 98 | E | 21 | 0 | 5B | 4E | 28 | 160 | 53 | 21 |
| Octal | 230 | 16 | 41 | 0 | 133 | 116 | 50 | 540 | 123 | 41 |
| Binary | 10011000 | 1110 | 100001 | 0 | 1011011 | 1001110 | 101000 | 101100000 | 1010011 | 100001 |
Color Harmonies of #980E21
Complementary color
Monochromatic Colors of #980E21
Black with #980E21
Text Example
Text Example
White with #980E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E21; }
p { color: rgb(152,14,33); }
H1.HeaderClassName
{
color: #980E21;
}
.AnyTagClassName
{
color: #980E21;
}
</style>
background-color css
<style>
a { background-color: #980E21; }
a { background-color: rgb(152,14,33); }
div.DivClassName
{
background-color: #980E21;
}
.BgClassName
{
background-color: #980E21;
}
</style>
border-color css
<style>
span { border-color: #980E21; }
span { border-color: rgb(152,14,33); }
td.TdClassName
{
border-color: #980E21;
}
.TagClassName
{
border-color: #980E21;
}
</style>