Html Css Color HEX #E03C42 Alizarin

📋 copy color: '#E03C42'

red 224 ◦ green 60 ◦ blue 66

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

Shades of Alizarin #E03C42

Tints of Alizarin #E03C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

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

R = 64%
G = 17.14%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E03C42 (or 0xE03C42) is known color: Alizarin. HEX triplet: E0, 3C and 42. RGB value is (224,60,66). Sum of RGB (Red+Green+Blue) = 224+60+66=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C42 is #1FC3BD. Grayscale: #6D6D6D. Windows color (decimal): -2081726 or 4340960. OLE color: 4340960.

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

Color convert

RGB 224 60 66 -
CMYK 0 0.73 0.71 0.12
HSL 357.8º 0.73% 0.56% -
HSV(B) 357.8º 0.73% 0.88% -
XYZ 33.34 19.47 7.16 -
YUV 109.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 224 60 66 0 0.73 0.71 0.12 357.8 0.73 0.56
Hex E0 3C 42 0 49 47 C 166 49 38
Octal 340 74 102 0 111 107 14 546 111 70
Binary 11100000 111100 1000010 0 1001001 1000111 1100 101100110 1001001 111000

Color Harmonies of #E03C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03C42

Black with #E03C42

Text Example


Text Example

White with #E03C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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