Shades of Carmine #8F031C
Tints of Carmine #8F031C
RGB
CMYK
RGB Variations
Color information
#8F031C (or 0x8F031C) is known color: Carmine. HEX triplet: 8F, 03 and 1C. RGB value is (143,3,28). Sum of RGB (Red+Green+Blue) = 143+3+28=174 (23% of max value = 765). Red value is 143 (56.25% from 255 or 82.18% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 143 - color contains mainly: red. Hex color #8F031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F031C is #70FCE3. Grayscale: #2F2F2F. Windows color (decimal): -7404772 or 1835919. OLE color: 1835919.
HSL color Cylindrical-coordinate representation of color #8F031C: hue angle of 349.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F031C is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.44 |
| HSL | 349.29º | 0.96% | 0.29% | - |
| HSV(B) | 349.29º | 0.98% | 0.56% | - |
| XYZ | 11.57 | 5.99 | 1.64 | - |
| YUV | 47.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 28 | 0 | 0.98 | 0.80 | 0.44 | 349.29 | 0.96 | 0.29 |
| Hex | 8F | 3 | 1C | 0 | 62 | 50 | 2C | 15D | 60 | 1D |
| Octal | 217 | 3 | 34 | 0 | 142 | 120 | 54 | 535 | 140 | 35 |
| Binary | 10001111 | 11 | 11100 | 0 | 1100010 | 1010000 | 101100 | 101011101 | 1100000 | 11101 |
Color Harmonies of #8F031C
Complementary color
Monochromatic Colors of #8F031C
Black with #8F031C
Text Example
Text Example
White with #8F031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F031C; }
p { color: rgb(143,3,28); }
H1.HeaderClassName
{
color: #8F031C;
}
.AnyTagClassName
{
color: #8F031C;
}
</style>
background-color css
<style>
a { background-color: #8F031C; }
a { background-color: rgb(143,3,28); }
div.DivClassName
{
background-color: #8F031C;
}
.BgClassName
{
background-color: #8F031C;
}
</style>
border-color css
<style>
span { border-color: #8F031C; }
span { border-color: rgb(143,3,28); }
td.TdClassName
{
border-color: #8F031C;
}
.TagClassName
{
border-color: #8F031C;
}
</style>