#E9142A

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

Shades of Alizarin #E9142A

Tints of Alizarin #E9142A

Color information

#E9142A (or 0xE9142A) is unknown color: approx Alizarin. HEX triplet: E9, 14 and 2A. RGB value is (233,20,42). Sum of RGB (Red+Green+Blue) = 233+20+42=295 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.98% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 233 - color contains mainly: red. Hex color #E9142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9142A is #16EBD5. Grayscale: #565656. Windows color (decimal): -1502166 or 2757865. OLE color: 2757865.

HSL color Cylindrical-coordinate representation of color #E9142A: hue angle of 353.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9142A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB2332042-
CMYK00.910.820.09
HSL353.8º84.19%49.61%-
HSV(B)353.8º91.42%91.37%-
XYZ34.2717.993.86-
YUV86.2103.07232.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 78.98%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 42 (16.80% from 255) = 14.24%
R=78.98%
G=6.78%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233204200.910.820.09353.884.1949.61
HexE9142A05B5291625432
Octal351245201331221154212462
Binary111010011010010101001011011101001010011011000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9142A; }

 p { color: rgb(233,20,42); }

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

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

 a { background-color: rgb(233,20,42); }

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

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

 span { border-color: rgb(233,20,42); }

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