#8E0D24

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

Shades of Carmine #8E0D24

Tints of Carmine #8E0D24

Color information

#8E0D24 (or 0x8E0D24) is unknown color: approx Carmine. HEX triplet: 8E, 0D and 24. RGB value is (142,13,36). Sum of RGB (Red+Green+Blue) = 142+13+36=191 (25% of max value = 765). Red value is 142 (55.86% from 255 or 74.35% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D24 is #71F2DB. Grayscale: #363636. Windows color (decimal): -7467740 or 2362766. OLE color: 2362766.

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

Color convert

RGB1421336-
CMYK00.910.750.44
HSL349.3º83.23%30.39%-
HSV(B)349.3º90.85%55.69%-
XYZ11.626.172.25-
YUV54.19117.74190.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 74.35%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=74.35%
G=6.81%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142133600.910.750.44349.383.2330.39
Hex8ED2405B4B2C15d531e
Octal216154401331135453512336
Binary100011101101100100010110111001011101100101011101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,13,36); }

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

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

 a { background-color: rgb(142,13,36); }

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

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

 span { border-color: rgb(142,13,36); }

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