Shades of Carmine #990214
Tints of Carmine #990214
RGB
CMYK
RGB Variations
Color information
#990214 (or 0x990214) is known color: Carmine. HEX triplet: 99, 02 and 14. RGB value is (153,2,20). Sum of RGB (Red+Green+Blue) = 153+2+20=175 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.43% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 153 - color contains mainly: red. Hex color #990214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990214 is #66FDEB. Grayscale: #313131. Windows color (decimal): -6749676 or 1311385. OLE color: 1311385.
HSL color Cylindrical-coordinate representation of color #990214: hue angle of 352.85º 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 #990214 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.4 |
| HSL | 352.85º | 0.97% | 0.3% | - |
| HSV(B) | 352.85º | 0.99% | 0.6% | - |
| XYZ | 13.28 | 6.87 | 1.29 | - |
| YUV | 49.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 20 | 0 | 0.99 | 0.87 | 0.4 | 352.85 | 0.97 | 0.3 |
| Hex | 99 | 2 | 14 | 0 | 63 | 57 | 28 | 161 | 61 | 1E |
| Octal | 231 | 2 | 24 | 0 | 143 | 127 | 50 | 541 | 141 | 36 |
| Binary | 10011001 | 10 | 10100 | 0 | 1100011 | 1010111 | 101000 | 101100001 | 1100001 | 11110 |
Color Harmonies of #990214
Complementary color
Monochromatic Colors of #990214
Black with #990214
Text Example
Text Example
White with #990214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990214; }
p { color: rgb(153,2,20); }
H1.HeaderClassName
{
color: #990214;
}
.AnyTagClassName
{
color: #990214;
}
</style>
background-color css
<style>
a { background-color: #990214; }
a { background-color: rgb(153,2,20); }
div.DivClassName
{
background-color: #990214;
}
.BgClassName
{
background-color: #990214;
}
</style>
border-color css
<style>
span { border-color: #990214; }
span { border-color: rgb(153,2,20); }
td.TdClassName
{
border-color: #990214;
}
.TagClassName
{
border-color: #990214;
}
</style>