Html Css Color HEX #E03142 Alizarin

📋 copy color: '#E03142'

red 224 ◦ green 49 ◦ blue 66

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

Shades of Alizarin #E03142

Tints of Alizarin #E03142

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

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

R = 66.08%
G = 14.45%
B = 19.47%

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

#E03142 (or 0xE03142) is known color: Alizarin. HEX triplet: E0, 31 and 42. RGB value is (224,49,66). Sum of RGB (Red+Green+Blue) = 224+49+66=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E03142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03142 is #1FCEBD. Grayscale: #676767. Windows color (decimal): -2084542 or 4338144. OLE color: 4338144.

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

Color convert

RGB 224 49 66 -
CMYK 0 0.78 0.71 0.12
HSL 354.17º 0.74% 0.54% -
HSV(B) 354.17º 0.78% 0.88% -
XYZ 32.82 18.44 6.98 -
YUV 103.26 106.98 214.12 -
System Red Green Blue C M Y K H S L
Decimal 224 49 66 0 0.78 0.71 0.12 354.17 0.74 0.54
Hex E0 31 42 0 4E 47 C 162 4A 36
Octal 340 61 102 0 116 107 14 542 112 66
Binary 11100000 110001 1000010 0 1001110 1000111 1100 101100010 1001010 110110

Color Harmonies of #E03142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03142

Black with #E03142

Text Example


Text Example

White with #E03142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03142; }

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

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

background-color css

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

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

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

border-color css

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

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

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