#8E0515

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

Shades of Carmine #8E0515

Tints of Carmine #8E0515

Color information

#8E0515 (or 0x8E0515) is unknown color: approx Carmine. HEX triplet: 8E, 05 and 15. RGB value is (142,5,21). Sum of RGB (Red+Green+Blue) = 142+5+21=168 (22% of max value = 765). Red value is 142 (55.86% from 255 or 84.52% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0515 is #71FAEA. Grayscale: #2F2F2F. Windows color (decimal): -7469803 or 1377678. OLE color: 1377678.

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

Color convert

RGB142521-
CMYK00.960.850.44
HSL352.99º93.2%28.82%-
HSV(B)352.99º96.48%55.69%-
XYZ11.345.911.25-
YUV47.79112.89195.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 84.52%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=84.52%
G=2.98%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14252100.960.850.44352.9993.228.82
Hex8E515060552C1615d1d
Octal21652501401255454113535
Binary1000111010110101011000001010101101100101100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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