Html Css Color HEX #E03242 Alizarin

📋 copy color: '#E03242'

red 224 ◦ green 50 ◦ blue 66

#E03242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #E03242

Tints of Alizarin #E03242

RGB

 RED value IS 224 (87.89% from 255) = 65.88%

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 66 (26.17% from 255) = 19.41%

R = 65.88%
G = 14.71%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E03242 (or 0xE03242) is known color: Alizarin. HEX triplet: E0, 32 and 42. RGB value is (224,50,66). Sum of RGB (Red+Green+Blue) = 224+50+66=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E03242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03242 is #1FCDBD. Grayscale: #676767. Windows color (decimal): -2084286 or 4338400. OLE color: 4338400.

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

Color convert

RGB 224 50 66 -
CMYK 0 0.78 0.71 0.12
HSL 354.48º 0.74% 0.54% -
HSV(B) 354.48º 0.78% 0.88% -
XYZ 32.86 18.52 7 -
YUV 103.85 106.65 213.7 -
System Red Green Blue C M Y K H S L
Decimal 224 50 66 0 0.78 0.71 0.12 354.48 0.74 0.54
Hex E0 32 42 0 4E 47 C 162 4A 36
Octal 340 62 102 0 116 107 14 542 112 66
Binary 11100000 110010 1000010 0 1001110 1000111 1100 101100010 1001010 110110

Color Harmonies of #E03242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03242

Black with #E03242

Text Example


Text Example

White with #E03242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03242; }

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

 H1.HeaderClassName
 {
   color: #E03242;
 }
 .AnyTagClassName
 {
   color: #E03242;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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