Shades of Carmine #870214
Tints of Carmine #870214
RGB
CMYK
RGB Variations
Color information
#870214 (or 0x870214) is known color: Carmine. HEX triplet: 87, 02 and 14. RGB value is (135,2,20). Sum of RGB (Red+Green+Blue) = 135+2+20=157 (20% of max value = 765). Red value is 135 (53.12% from 255 or 85.99% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 135 - color contains mainly: red. Hex color #870214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870214 is #78FDEB. Grayscale: #2B2B2B. Windows color (decimal): -7929324 or 1311367. OLE color: 1311367.
HSL color Cylindrical-coordinate representation of color #870214: hue angle of 351.88º 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 #870214 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.47 |
| HSL | 351.88º | 0.97% | 0.27% | - |
| HSV(B) | 351.88º | 0.99% | 0.53% | - |
| XYZ | 10.14 | 5.24 | 1.14 | - |
| YUV | 43.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 20 | 0 | 0.99 | 0.85 | 0.47 | 351.88 | 0.97 | 0.27 |
| Hex | 87 | 2 | 14 | 0 | 63 | 55 | 2F | 160 | 61 | 1B |
| Octal | 207 | 2 | 24 | 0 | 143 | 125 | 57 | 540 | 141 | 33 |
| Binary | 10000111 | 10 | 10100 | 0 | 1100011 | 1010101 | 101111 | 101100000 | 1100001 | 11011 |
Color Harmonies of #870214
Complementary color
Monochromatic Colors of #870214
Black with #870214
Text Example
Text Example
White with #870214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870214; }
p { color: rgb(135,2,20); }
H1.HeaderClassName
{
color: #870214;
}
.AnyTagClassName
{
color: #870214;
}
</style>
background-color css
<style>
a { background-color: #870214; }
a { background-color: rgb(135,2,20); }
div.DivClassName
{
background-color: #870214;
}
.BgClassName
{
background-color: #870214;
}
</style>
border-color css
<style>
span { border-color: #870214; }
span { border-color: rgb(135,2,20); }
td.TdClassName
{
border-color: #870214;
}
.TagClassName
{
border-color: #870214;
}
</style>