Shades of Carmine #990E15
Tints of Carmine #990E15
RGB
CMYK
RGB Variations
Color information
#990E15 (or 0x990E15) is known color: Carmine. HEX triplet: 99, 0E and 15. RGB value is (153,14,21). Sum of RGB (Red+Green+Blue) = 153+14+21=188 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.38% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 153 - color contains mainly: red. Hex color #990E15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990E15 is #66F1EA. Grayscale: #383838. Windows color (decimal): -6746603 or 1379993. OLE color: 1379993.
HSL color Cylindrical-coordinate representation of color #990E15: hue angle of 356.98º 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 #990E15 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 21 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.4 |
| HSL | 356.98º | 0.83% | 0.33% | - |
| HSV(B) | 356.98º | 0.91% | 0.6% | - |
| XYZ | 13.43 | 7.14 | 1.38 | - |
| YUV | 56.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 21 | 0 | 0.91 | 0.86 | 0.4 | 356.98 | 0.83 | 0.33 |
| Hex | 99 | E | 15 | 0 | 5B | 56 | 28 | 165 | 53 | 21 |
| Octal | 231 | 16 | 25 | 0 | 133 | 126 | 50 | 545 | 123 | 41 |
| Binary | 10011001 | 1110 | 10101 | 0 | 1011011 | 1010110 | 101000 | 101100101 | 1010011 | 100001 |
Color Harmonies of #990E15
Complementary color
Monochromatic Colors of #990E15
Black with #990E15
Text Example
Text Example
White with #990E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E15; }
p { color: rgb(153,14,21); }
H1.HeaderClassName
{
color: #990E15;
}
.AnyTagClassName
{
color: #990E15;
}
</style>
background-color css
<style>
a { background-color: #990E15; }
a { background-color: rgb(153,14,21); }
div.DivClassName
{
background-color: #990E15;
}
.BgClassName
{
background-color: #990E15;
}
</style>
border-color css
<style>
span { border-color: #990E15; }
span { border-color: rgb(153,14,21); }
td.TdClassName
{
border-color: #990E15;
}
.TagClassName
{
border-color: #990E15;
}
</style>