#8E0C15

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

Shades of Carmine #8E0C15

Tints of Carmine #8E0C15

Color information

#8E0C15 (or 0x8E0C15) is unknown color: approx Carmine. HEX triplet: 8E, 0C and 15. RGB value is (142,12,21). Sum of RGB (Red+Green+Blue) = 142+12+21=175 (23% of max value = 765). Red value is 142 (55.86% from 255 or 81.14% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0C15 is #71F3EA. Grayscale: #333333. Windows color (decimal): -7468011 or 1379470. OLE color: 1379470.

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

Color convert

RGB1421221-
CMYK00.920.850.44
HSL355.85º84.42%30.2%-
HSV(B)355.85º91.55%55.69%-
XYZ11.426.071.28-
YUV51.9110.57192.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 81.14%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 21 (8.59% from 255) = 12%
R=81.14%
G=6.86%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142122100.920.850.44355.8584.4230.2
Hex8EC1505C552C164541e
Octal216142501341255454412436
Binary10001110110010101010111001010101101100101100100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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