#E02A42

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

Shades of Alizarin #E02A42

Tints of Alizarin #E02A42

Color information

#E02A42 (or 0xE02A42) is unknown color: approx Alizarin. HEX triplet: E0, 2A and 42. RGB value is (224,42,66). Sum of RGB (Red+Green+Blue) = 224+42+66=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A42 is #1FD5BD. Grayscale: #636363. Windows color (decimal): -2086334 or 4336352. OLE color: 4336352.

HSL color Cylindrical-coordinate representation of color #E02A42: hue angle of 352.09º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02A42 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB2244266-
CMYK00.810.710.12
HSL352.09º74.59%52.16%-
HSV(B)352.09º81.25%87.84%-
XYZ32.5517.96.89-
YUV99.15109.3217.05-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.47%
GREEN value IS 42 (16.80% from 255) = 12.65%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=67.47%
G=12.65%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224426600.810.710.12352.0974.5952.16
HexE02A4205147C1604b34
Octal3405210201211071454011364
Binary11100000101010100001001010001100011111001011000001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02A42; }

 p { color: rgb(224,42,66); }

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

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

 a { background-color: rgb(224,42,66); }

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

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

 span { border-color: rgb(224,42,66); }

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