#E02C38

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

Shades of Alizarin #E02C38

Tints of Alizarin #E02C38

Color information

#E02C38 (or 0xE02C38) is unknown color: approx Alizarin. HEX triplet: E0, 2C and 38. RGB value is (224,44,56). Sum of RGB (Red+Green+Blue) = 224+44+56=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C38 is #1FD3C7. Grayscale: #636363. Windows color (decimal): -2085832 or 3681504. OLE color: 3681504.

HSL color Cylindrical-coordinate representation of color #E02C38: hue angle of 356º 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 #E02C38 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB2244456-
CMYK00.800.750.12
HSL356º74.38%52.55%-
HSV(B)356º80.36%87.84%-
XYZ32.3517.935.5-
YUV99.19103.63217.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 69.14%
GREEN value IS 44 (17.58% from 255) = 13.58%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=69.14%
G=13.58%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224445600.800.750.1235674.3852.55
HexE02C380504BC1644a35
Octal340547001201131454411265
Binary1110000010110011100001010000100101111001011001001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02C38; }

 p { color: rgb(224,44,56); }

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

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

 a { background-color: rgb(224,44,56); }

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

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

 span { border-color: rgb(224,44,56); }

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