#8E011C

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

Shades of Carmine #8E011C

Tints of Carmine #8E011C

Color information

#8E011C (or 0x8E011C) is unknown color: approx Carmine. HEX triplet: 8E, 01 and 1C. RGB value is (142,1,28). Sum of RGB (Red+Green+Blue) = 142+1+28=171 (22% of max value = 765). Red value is 142 (55.86% from 255 or 83.04% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 142 - color contains mainly: red. Hex color #8E011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E011C is #71FEE3. Grayscale: #2E2E2E. Windows color (decimal): -7470820 or 1835406. OLE color: 1835406.

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

Color convert

RGB142128-
CMYK00.990.800.44
HSL348.51º98.6%28.04%-
HSV(B)348.51º99.3%55.69%-
XYZ11.385.861.63-
YUV46.24117.71196.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 83.04%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=83.04%
G=0.58%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212800.990.800.44348.5198.628.04
Hex8E11C063502C15d631c
Octal21613401431205453514334
Binary10001110111100011000111010000101100101011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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