Html Css Color HEX #E03042 Alizarin

📋 copy color: '#E03042'

red 224 ◦ green 48 ◦ blue 66

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

Shades of Alizarin #E03042

Tints of Alizarin #E03042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 66.27%
G = 14.2%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E03042 (or 0xE03042) is known color: Alizarin. HEX triplet: E0, 30 and 42. RGB value is (224,48,66). Sum of RGB (Red+Green+Blue) = 224+48+66=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E03042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03042 is #1FCFBD. Grayscale: #666666. Windows color (decimal): -2084798 or 4337888. OLE color: 4337888.

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

Color convert

RGB 224 48 66 -
CMYK 0 0.79 0.71 0.12
HSL 353.86º 0.74% 0.53% -
HSV(B) 353.86º 0.79% 0.88% -
XYZ 32.78 18.35 6.97 -
YUV 102.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 224 48 66 0 0.79 0.71 0.12 353.86 0.74 0.53
Hex E0 30 42 0 4F 47 C 162 4A 35
Octal 340 60 102 0 117 107 14 542 112 65
Binary 11100000 110000 1000010 0 1001111 1000111 1100 101100010 1001010 110101

Color Harmonies of #E03042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03042

Black with #E03042

Text Example


Text Example

White with #E03042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03042; }

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

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

background-color css

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

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

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

border-color css

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

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

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