Shades of Carmine #980224
Tints of Carmine #980224
RGB
CMYK
RGB Variations
Color information
#980224 (or 0x980224) is known color: Carmine. HEX triplet: 98, 02 and 24. RGB value is (152,2,36). Sum of RGB (Red+Green+Blue) = 152+2+36=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #980224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980224 is #67FDDB. Grayscale: #323232. Windows color (decimal): -6815196 or 2359960. OLE color: 2359960.
HSL color Cylindrical-coordinate representation of color #980224: hue angle of 346.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 #980224 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.40 |
| HSL | 346.4º | 0.97% | 0.3% | - |
| HSV(B) | 346.4º | 0.99% | 0.6% | - |
| XYZ | 13.29 | 6.85 | 2.29 | - |
| YUV | 50.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 36 | 0 | 0.99 | 0.76 | 0.40 | 346.4 | 0.97 | 0.3 |
| Hex | 98 | 2 | 24 | 0 | 63 | 4C | 28 | 15A | 61 | 1E |
| Octal | 230 | 2 | 44 | 0 | 143 | 114 | 50 | 532 | 141 | 36 |
| Binary | 10011000 | 10 | 100100 | 0 | 1100011 | 1001100 | 101000 | 101011010 | 1100001 | 11110 |
Color Harmonies of #980224
Complementary color
Monochromatic Colors of #980224
Black with #980224
Text Example
Text Example
White with #980224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980224; }
p { color: rgb(152,2,36); }
H1.HeaderClassName
{
color: #980224;
}
.AnyTagClassName
{
color: #980224;
}
</style>
background-color css
<style>
a { background-color: #980224; }
a { background-color: rgb(152,2,36); }
div.DivClassName
{
background-color: #980224;
}
.BgClassName
{
background-color: #980224;
}
</style>
border-color css
<style>
span { border-color: #980224; }
span { border-color: rgb(152,2,36); }
td.TdClassName
{
border-color: #980224;
}
.TagClassName
{
border-color: #980224;
}
</style>