#8E031C

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

Shades of Carmine #8E031C

Tints of Carmine #8E031C

Color information

#8E031C (or 0x8E031C) is unknown color: approx Carmine. HEX triplet: 8E, 03 and 1C. RGB value is (142,3,28). Sum of RGB (Red+Green+Blue) = 142+3+28=173 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.08% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 142 - color contains mainly: red. Hex color #8E031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E031C is #71FCE3. Grayscale: #2F2F2F. Windows color (decimal): -7470308 or 1835918. OLE color: 1835918.

HSL color Cylindrical-coordinate representation of color #8E031C: hue angle of 349.21º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E031C is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB142328-
CMYK00.980.800.44
HSL349.21º95.86%28.43%-
HSV(B)349.21º97.89%55.69%-
XYZ11.45.91.64-
YUV47.41117.05195.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 82.08%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=82.08%
G=1.73%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14232800.980.800.44349.2195.8628.43
Hex8E31C062502C15d601c
Octal21633401421205453514034
Binary100011101111100011000101010000101100101011101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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