Shades of Carmine #990E21
Tints of Carmine #990E21
RGB
CMYK
RGB Variations
Color information
#990E21 (or 0x990E21) is known color: Carmine. HEX triplet: 99, 0E and 21. RGB value is (153,14,33). Sum of RGB (Red+Green+Blue) = 153+14+33=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #990E21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E21 is #66F1DE. Grayscale: #393939. Windows color (decimal): -6746591 or 2166425. OLE color: 2166425.
HSL color Cylindrical-coordinate representation of color #990E21: hue angle of 351.8º 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 #990E21 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 33 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.4 |
| HSL | 351.8º | 0.83% | 0.33% | - |
| HSV(B) | 351.8º | 0.91% | 0.6% | - |
| XYZ | 13.57 | 7.2 | 2.11 | - |
| YUV | 57.73 | 114.05 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 33 | 0 | 0.91 | 0.78 | 0.4 | 351.8 | 0.83 | 0.33 |
| Hex | 99 | E | 21 | 0 | 5B | 4E | 28 | 160 | 53 | 21 |
| Octal | 231 | 16 | 41 | 0 | 133 | 116 | 50 | 540 | 123 | 41 |
| Binary | 10011001 | 1110 | 100001 | 0 | 1011011 | 1001110 | 101000 | 101100000 | 1010011 | 100001 |
Color Harmonies of #990E21
Complementary color
Monochromatic Colors of #990E21
Black with #990E21
Text Example
Text Example
White with #990E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E21; }
p { color: rgb(153,14,33); }
H1.HeaderClassName
{
color: #990E21;
}
.AnyTagClassName
{
color: #990E21;
}
</style>
background-color css
<style>
a { background-color: #990E21; }
a { background-color: rgb(153,14,33); }
div.DivClassName
{
background-color: #990E21;
}
.BgClassName
{
background-color: #990E21;
}
</style>
border-color css
<style>
span { border-color: #990E21; }
span { border-color: rgb(153,14,33); }
td.TdClassName
{
border-color: #990E21;
}
.TagClassName
{
border-color: #990E21;
}
</style>