Html Css Color HEX #E03442 Alizarin

📋 copy color: '#E03442'

red 224 ◦ green 52 ◦ blue 66

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

Shades of Alizarin #E03442

Tints of Alizarin #E03442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 65.5%
G = 15.2%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E03442 (or 0xE03442) is known color: Alizarin. HEX triplet: E0, 34 and 42. RGB value is (224,52,66). Sum of RGB (Red+Green+Blue) = 224+52+66=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E03442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03442 is #1FCBBD. Grayscale: #696969. Windows color (decimal): -2083774 or 4338912. OLE color: 4338912.

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

Color convert

RGB 224 52 66 -
CMYK 0 0.77 0.71 0.12
HSL 355.12º 0.74% 0.54% -
HSV(B) 355.12º 0.77% 0.88% -
XYZ 32.95 18.7 7.03 -
YUV 105.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 224 52 66 0 0.77 0.71 0.12 355.12 0.74 0.54
Hex E0 34 42 0 4D 47 C 163 4A 36
Octal 340 64 102 0 115 107 14 543 112 66
Binary 11100000 110100 1000010 0 1001101 1000111 1100 101100011 1001010 110110

Color Harmonies of #E03442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03442

Black with #E03442

Text Example


Text Example

White with #E03442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03442; }

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

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

background-color css

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

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

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

border-color css

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

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

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