Shades of Carmine #8E021F
Tints of Carmine #8E021F
RGB
CMYK
RGB Variations
Color information
#8E021F (or 0x8E021F) is known color: Carmine. HEX triplet: 8E, 02 and 1F. RGB value is (142,2,31). Sum of RGB (Red+Green+Blue) = 142+2+31=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E021F is #71FDE0. Grayscale: #2F2F2F. Windows color (decimal): -7470561 or 2032270. OLE color: 2032270.
HSL color Cylindrical-coordinate representation of color #8E021F: hue angle of 347.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E021F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.44 |
| HSL | 347.57º | 0.97% | 0.28% | - |
| HSV(B) | 347.57º | 0.99% | 0.56% | - |
| XYZ | 11.42 | 5.89 | 1.83 | - |
| YUV | 47.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 31 | 0 | 0.99 | 0.78 | 0.44 | 347.57 | 0.97 | 0.28 |
| Hex | 8E | 2 | 1F | 0 | 63 | 4E | 2C | 15C | 61 | 1C |
| Octal | 216 | 2 | 37 | 0 | 143 | 116 | 54 | 534 | 141 | 34 |
| Binary | 10001110 | 10 | 11111 | 0 | 1100011 | 1001110 | 101100 | 101011100 | 1100001 | 11100 |
Color Harmonies of #8E021F
Complementary color
Monochromatic Colors of #8E021F
Black with #8E021F
Text Example
Text Example
White with #8E021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E021F; }
p { color: rgb(142,2,31); }
H1.HeaderClassName
{
color: #8E021F;
}
.AnyTagClassName
{
color: #8E021F;
}
</style>
background-color css
<style>
a { background-color: #8E021F; }
a { background-color: rgb(142,2,31); }
div.DivClassName
{
background-color: #8E021F;
}
.BgClassName
{
background-color: #8E021F;
}
</style>
border-color css
<style>
span { border-color: #8E021F; }
span { border-color: rgb(142,2,31); }
td.TdClassName
{
border-color: #8E021F;
}
.TagClassName
{
border-color: #8E021F;
}
</style>