#8E011E

Color #8E011E Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #8E011E

Tints of Carmine #8E011E

Color information

#8E011E (or 0x8E011E) is unknown color: approx Carmine. HEX triplet: 8E, 01 and 1E. RGB value is (142,1,30). Sum of RGB (Red+Green+Blue) = 142+1+30=173 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.08% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 142 - color contains mainly: red. Hex color #8E011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E011E is #71FEE1. Grayscale: #2E2E2E. Windows color (decimal): -7470818 or 1966478. OLE color: 1966478.

HSL color Cylindrical-coordinate representation of color #8E011E: hue angle of 347.66º degrees, saturation: 0.99, 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 #8E011E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB142130-
CMYK00.990.790.44
HSL347.66º98.6%28.04%-
HSV(B)347.66º99.3%55.69%-
XYZ11.45.871.76-
YUV46.46118.71196.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 82.08%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=82.08%
G=0.58%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213000.990.790.44347.6698.628.04
Hex8E11E0634F2C15c631c
Octal21613601431175453414334
Binary10001110111110011000111001111101100101011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E011E; }

 p { color: rgb(142,1,30); }

 H1.HeaderClassName
 {
   color: #8E011E;
 }
 .AnyTagClassName
 {
   color: #8E011E;
 }
</style>
background-color css

<style>
 a { background-color: #8E011E; }

 a { background-color: rgb(142,1,30); }

 div.DivClassName
 {
   background-color: #8E011E;
 }
 .BgClassName
 {
   background-color: #8E011E;
 }
</style>
border-color css

<style>
 span { border-color: #8E011E; }

 span { border-color: rgb(142,1,30); }

 td.TdClassName
 {
   border-color: #8E011E;
 }
 .TagClassName
 {
   border-color: #8E011E;
 }
</style>