#8e1419

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

Shades of Carmine #8E1419

Tints of Carmine #8E1419

Color information

#8E1419 (or 0x8E1419) is unknown color: approx Carmine. HEX triplet: 8E, 14 and 19. RGB value is (142,20,25). Sum of RGB (Red+Green+Blue) = 142+20+25=187 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.94% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1419 is #71EBE6. Grayscale: #393939. Windows color (decimal): -7465959 or 1643662. OLE color: 1643662.

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

Color convert

RGB1422025-
CMYK00.860.820.44
HSL357.54º75.31%31.76%-
HSV(B)357.54º85.92%55.69%-
XYZ11.586.321.53-
YUV57.05109.92188.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 75.94%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=75.94%
G=10.70%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142202500.860.820.44357.5475.3131.76
Hex8E1419056522C1664b20
Octal216243101261225454611340
Binary1000111010100110010101011010100101011001011001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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