Shades of Carmine #93111F
Tints of Carmine #93111F
RGB
CMYK
RGB Variations
Color information
#93111F (or 0x93111F) is known color: Carmine. HEX triplet: 93, 11 and 1F. RGB value is (147,17,31). Sum of RGB (Red+Green+Blue) = 147+17+31=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93111F is #6CEEE0. Grayscale: #393939. Windows color (decimal): -7139041 or 2036115. OLE color: 2036115.
HSL color Cylindrical-coordinate representation of color #93111F: hue angle of 353.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93111F is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 31 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.42 |
| HSL | 353.54º | 0.79% | 0.32% | - |
| HSV(B) | 353.54º | 0.88% | 0.58% | - |
| XYZ | 12.48 | 6.7 | 1.93 | - |
| YUV | 57.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 31 | 0 | 0.88 | 0.79 | 0.42 | 353.54 | 0.79 | 0.32 |
| Hex | 93 | 11 | 1F | 0 | 58 | 4F | 2A | 162 | 4F | 20 |
| Octal | 223 | 21 | 37 | 0 | 130 | 117 | 52 | 542 | 117 | 40 |
| Binary | 10010011 | 10001 | 11111 | 0 | 1011000 | 1001111 | 101010 | 101100010 | 1001111 | 100000 |
Color Harmonies of #93111F
Complementary color
Monochromatic Colors of #93111F
Black with #93111F
Text Example
Text Example
White with #93111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93111F; }
p { color: rgb(147,17,31); }
H1.HeaderClassName
{
color: #93111F;
}
.AnyTagClassName
{
color: #93111F;
}
</style>
background-color css
<style>
a { background-color: #93111F; }
a { background-color: rgb(147,17,31); }
div.DivClassName
{
background-color: #93111F;
}
.BgClassName
{
background-color: #93111F;
}
</style>
border-color css
<style>
span { border-color: #93111F; }
span { border-color: rgb(147,17,31); }
td.TdClassName
{
border-color: #93111F;
}
.TagClassName
{
border-color: #93111F;
}
</style>