#8E1418

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

Shades of Carmine #8E1418

Tints of Carmine #8E1418

Color information

#8E1418 (or 0x8E1418) is unknown color: approx Carmine. HEX triplet: 8E, 14 and 18. RGB value is (142,20,24). Sum of RGB (Red+Green+Blue) = 142+20+24=186 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.34% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1418 is #71EBE7. Grayscale: #393939. Windows color (decimal): -7465960 or 1578126. OLE color: 1578126.

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

Color convert

RGB1422024-
CMYK00.860.830.44
HSL358.03º75.31%31.76%-
HSV(B)358.03º85.92%55.69%-
XYZ11.576.321.47-
YUV56.93109.42188.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 76.34%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=76.34%
G=10.75%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142202400.860.830.44358.0375.3131.76
Hex8E1418056532C1664b20
Octal216243001261235454611340
Binary1000111010100110000101011010100111011001011001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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