#8E0A17

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

Shades of Carmine #8E0A17

Tints of Carmine #8E0A17

Color information

#8E0A17 (or 0x8E0A17) is unknown color: approx Carmine. HEX triplet: 8E, 0A and 17. RGB value is (142,10,23). Sum of RGB (Red+Green+Blue) = 142+10+23=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0A17 is #71F5E8. Grayscale: #333333. Windows color (decimal): -7468521 or 1510030. OLE color: 1510030.

HSL color Cylindrical-coordinate representation of color #8E0A17: hue angle of 354.09º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0A17 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB1421023-
CMYK00.930.840.44
HSL354.09º86.84%29.8%-
HSV(B)354.09º92.96%55.69%-
XYZ11.426.031.37-
YUV50.95112.23192.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 81.14%
GREEN value IS 10 (4.30% from 255) = 5.71%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=81.14%
G=5.71%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142102300.930.840.44354.0986.8429.8
Hex8EA1705D542C162571e
Octal216122701351245454212736
Binary10001110101010111010111011010100101100101100010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,10,23); }

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

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

 a { background-color: rgb(142,10,23); }

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

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

 span { border-color: rgb(142,10,23); }

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