Shades of Carmine #980215
Tints of Carmine #980215
RGB
CMYK
RGB Variations
Color information
#980215 (or 0x980215) is known color: Carmine. HEX triplet: 98, 02 and 15. RGB value is (152,2,21). Sum of RGB (Red+Green+Blue) = 152+2+21=175 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 152 - color contains mainly: red. Hex color #980215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980215 is #67FDEA. Grayscale: #313131. Windows color (decimal): -6815211 or 1376920. OLE color: 1376920.
HSL color Cylindrical-coordinate representation of color #980215: hue angle of 352.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980215 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.40 |
| HSL | 352.4º | 0.97% | 0.3% | - |
| HSV(B) | 352.4º | 0.99% | 0.6% | - |
| XYZ | 13.11 | 6.77 | 1.33 | - |
| YUV | 49.02 | 112.2 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 21 | 0 | 0.99 | 0.86 | 0.40 | 352.4 | 0.97 | 0.3 |
| Hex | 98 | 2 | 15 | 0 | 63 | 56 | 28 | 160 | 61 | 1E |
| Octal | 230 | 2 | 25 | 0 | 143 | 126 | 50 | 540 | 141 | 36 |
| Binary | 10011000 | 10 | 10101 | 0 | 1100011 | 1010110 | 101000 | 101100000 | 1100001 | 11110 |
Color Harmonies of #980215
Complementary color
Monochromatic Colors of #980215
Black with #980215
Text Example
Text Example
White with #980215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980215; }
p { color: rgb(152,2,21); }
H1.HeaderClassName
{
color: #980215;
}
.AnyTagClassName
{
color: #980215;
}
</style>
background-color css
<style>
a { background-color: #980215; }
a { background-color: rgb(152,2,21); }
div.DivClassName
{
background-color: #980215;
}
.BgClassName
{
background-color: #980215;
}
</style>
border-color css
<style>
span { border-color: #980215; }
span { border-color: rgb(152,2,21); }
td.TdClassName
{
border-color: #980215;
}
.TagClassName
{
border-color: #980215;
}
</style>