#8E151D

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

Shades of Carmine #8E151D

Tints of Carmine #8E151D

Color information

#8E151D (or 0x8E151D) is unknown color: approx Carmine. HEX triplet: 8E, 15 and 1D. RGB value is (142,21,29). Sum of RGB (Red+Green+Blue) = 142+21+29=192 (25% of max value = 765). Red value is 142 (55.86% from 255 or 73.96% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 142 - color contains mainly: red. Hex color #8E151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E151D is #71EAE2. Grayscale: #3A3A3A. Windows color (decimal): -7465699 or 1906062. OLE color: 1906062.

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

Color convert

RGB1422129-
CMYK00.850.800.44
HSL356.03º74.23%31.96%-
HSV(B)356.03º85.21%55.69%-
XYZ11.656.381.78-
YUV58.09111.59187.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 73.96%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=73.96%
G=10.94%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142212900.850.800.44356.0374.2331.96
Hex8E151D055502C1644a20
Octal216253501251205454411240
Binary1000111010101111010101010110100001011001011001001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,29); }

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

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

 a { background-color: rgb(142,21,29); }

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

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

 span { border-color: rgb(142,21,29); }

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