#E02D3F

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

Shades of Alizarin #E02D3F

Tints of Alizarin #E02D3F

Color information

#E02D3F (or 0xE02D3F) is unknown color: approx Alizarin. HEX triplet: E0, 2D and 3F. RGB value is (224,45,63). Sum of RGB (Red+Green+Blue) = 224+45+63=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D3F is #1FD2C0. Grayscale: #646464. Windows color (decimal): -2085569 or 4140512. OLE color: 4140512.

HSL color Cylindrical-coordinate representation of color #E02D3F: hue angle of 353.97º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D3F is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2244563-
CMYK00.800.720.12
HSL353.97º74.27%52.75%-
HSV(B)353.97º79.91%87.84%-
XYZ32.5818.086.48-
YUV100.57106.8216.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.47%
GREEN value IS 45 (17.97% from 255) = 13.55%
BLUE value IS 63 (25% from 255) = 18.98%
R=67.47%
G=13.55%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224456300.800.720.12353.9774.2752.75
HexE02D3F05048C1624a35
Octal340557701201101454211265
Binary1110000010110111111101010000100100011001011000101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02D3F; }

 p { color: rgb(224,45,63); }

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

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

 a { background-color: rgb(224,45,63); }

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

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

 span { border-color: rgb(224,45,63); }

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