Shades of Carmine #880214
Tints of Carmine #880214
RGB
CMYK
RGB Variations
Color information
#880214 (or 0x880214) is known color: Carmine. HEX triplet: 88, 02 and 14. RGB value is (136,2,20). Sum of RGB (Red+Green+Blue) = 136+2+20=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #880214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880214 is #77FDEB. Grayscale: #2C2C2C. Windows color (decimal): -7863788 or 1311368. OLE color: 1311368.
HSL color Cylindrical-coordinate representation of color #880214: hue angle of 351.94º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880214 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.47 |
| HSL | 351.94º | 0.97% | 0.27% | - |
| HSV(B) | 351.94º | 0.99% | 0.53% | - |
| XYZ | 10.3 | 5.33 | 1.15 | - |
| YUV | 44.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 20 | 0 | 0.99 | 0.85 | 0.47 | 351.94 | 0.97 | 0.27 |
| Hex | 88 | 2 | 14 | 0 | 63 | 55 | 2F | 160 | 61 | 1B |
| Octal | 210 | 2 | 24 | 0 | 143 | 125 | 57 | 540 | 141 | 33 |
| Binary | 10001000 | 10 | 10100 | 0 | 1100011 | 1010101 | 101111 | 101100000 | 1100001 | 11011 |
Color Harmonies of #880214
Complementary color
Monochromatic Colors of #880214
Black with #880214
Text Example
Text Example
White with #880214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880214; }
p { color: rgb(136,2,20); }
H1.HeaderClassName
{
color: #880214;
}
.AnyTagClassName
{
color: #880214;
}
</style>
background-color css
<style>
a { background-color: #880214; }
a { background-color: rgb(136,2,20); }
div.DivClassName
{
background-color: #880214;
}
.BgClassName
{
background-color: #880214;
}
</style>
border-color css
<style>
span { border-color: #880214; }
span { border-color: rgb(136,2,20); }
td.TdClassName
{
border-color: #880214;
}
.TagClassName
{
border-color: #880214;
}
</style>