#8E001E

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

Shades of Carmine #8E001E

Tints of Carmine #8E001E

Color information

#8E001E (or 0x8E001E) is unknown color: approx Carmine. HEX triplet: 8E, 00 and 1E. RGB value is (142,0,30). Sum of RGB (Red+Green+Blue) = 142+0+30=172 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.56% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 142 - color contains mainly: red. Hex color #8E001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E001E is #71FFE1. Grayscale: #2D2D2D. Windows color (decimal): -7471074 or 1966222. OLE color: 1966222.

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

Color convert

RGB142030-
CMYK010.790.44
HSL347.32º100%27.84%-
HSV(B)347.32º100%55.69%-
XYZ11.395.841.76-
YUV45.88119.04196.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 82.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=82.56%
G=0%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142030010.790.44347.3210027.84
Hex8E01E0644F2C15b641c
Octal21603601441175453314434
Binary10001110011110011001001001111101100101011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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