#8E1423

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

Shades of Carmine #8E1423

Tints of Carmine #8E1423

Color information

#8E1423 (or 0x8E1423) is unknown color: approx Carmine. HEX triplet: 8E, 14 and 23. RGB value is (142,20,35). Sum of RGB (Red+Green+Blue) = 142+20+35=197 (26% of max value = 765). Red value is 142 (55.86% from 255 or 72.08% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1423 is #71EBDC. Grayscale: #3A3A3A. Windows color (decimal): -7465949 or 2299022. OLE color: 2299022.

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

Color convert

RGB1422035-
CMYK00.860.750.44
HSL352.62º75.31%31.76%-
HSV(B)352.62º85.92%55.69%-
XYZ11.716.372.2-
YUV58.19114.92187.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.08%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=72.08%
G=10.15%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142203500.860.750.44352.6275.3131.76
Hex8E14230564B2C1614b20
Octal216244301261135454111340
Binary10001110101001000110101011010010111011001011000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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