#8E0214

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

Shades of Carmine #8E0214

Tints of Carmine #8E0214

Color information

#8E0214 (or 0x8E0214) is unknown color: approx Carmine. HEX triplet: 8E, 02 and 14. RGB value is (142,2,20). Sum of RGB (Red+Green+Blue) = 142+2+20=164 (21% of max value = 765). Red value is 142 (55.86% from 255 or 86.59% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0214 is #71FDEB. Grayscale: #2D2D2D. Windows color (decimal): -7470572 or 1311374. OLE color: 1311374.

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

Color convert

RGB142220-
CMYK00.990.860.44
HSL352.29º97.22%28.24%-
HSV(B)352.29º98.59%55.69%-
XYZ11.35.841.19-
YUV45.91113.38196.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 86.59%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=86.59%
G=1.22%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14222000.990.860.44352.2997.2228.24
Hex8E214063562C160611c
Octal21622401431265454014134
Binary100011101010100011000111010110101100101100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,2,20); }

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

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

 a { background-color: rgb(142,2,20); }

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

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

 span { border-color: rgb(142,2,20); }

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