Shades of Carmine #8F071E
Tints of Carmine #8F071E
RGB
CMYK
RGB Variations
Color information
#8F071E (or 0x8F071E) is known color: Carmine. HEX triplet: 8F, 07 and 1E. RGB value is (143,7,30). Sum of RGB (Red+Green+Blue) = 143+7+30=180 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.44% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 143 - color contains mainly: red. Hex color #8F071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F071E is #70F8E1. Grayscale: #323232. Windows color (decimal): -7403746 or 1968015. OLE color: 1968015.
HSL color Cylindrical-coordinate representation of color #8F071E: hue angle of 349.85º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F071E is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 30 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.44 |
| HSL | 349.85º | 0.91% | 0.29% | - |
| HSV(B) | 349.85º | 0.95% | 0.56% | - |
| XYZ | 11.64 | 6.09 | 1.79 | - |
| YUV | 50.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 30 | 0 | 0.95 | 0.79 | 0.44 | 349.85 | 0.91 | 0.29 |
| Hex | 8F | 7 | 1E | 0 | 5F | 4F | 2C | 15E | 5B | 1D |
| Octal | 217 | 7 | 36 | 0 | 137 | 117 | 54 | 536 | 133 | 35 |
| Binary | 10001111 | 111 | 11110 | 0 | 1011111 | 1001111 | 101100 | 101011110 | 1011011 | 11101 |
Color Harmonies of #8F071E
Complementary color
Monochromatic Colors of #8F071E
Black with #8F071E
Text Example
Text Example
White with #8F071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F071E; }
p { color: rgb(143,7,30); }
H1.HeaderClassName
{
color: #8F071E;
}
.AnyTagClassName
{
color: #8F071E;
}
</style>
background-color css
<style>
a { background-color: #8F071E; }
a { background-color: rgb(143,7,30); }
div.DivClassName
{
background-color: #8F071E;
}
.BgClassName
{
background-color: #8F071E;
}
</style>
border-color css
<style>
span { border-color: #8F071E; }
span { border-color: rgb(143,7,30); }
td.TdClassName
{
border-color: #8F071E;
}
.TagClassName
{
border-color: #8F071E;
}
</style>