Html Css Color HEX #E03240 Alizarin

📋 copy color: '#E03240'

red 224 ◦ green 50 ◦ blue 64

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

Shades of Alizarin #E03240

Tints of Alizarin #E03240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 66.27%
G = 14.79%
B = 18.93%

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

#E03240 (or 0xE03240) is known color: Alizarin. HEX triplet: E0, 32 and 40. RGB value is (224,50,64). Sum of RGB (Red+Green+Blue) = 224+50+64=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E03240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03240 is #1FCDBF. Grayscale: #676767. Windows color (decimal): -2084288 or 4207328. OLE color: 4207328.

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

Color convert

RGB 224 50 64 -
CMYK 0 0.78 0.71 0.12
HSL 355.17º 0.74% 0.54% -
HSV(B) 355.17º 0.78% 0.88% -
XYZ 32.81 18.5 6.69 -
YUV 103.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 224 50 64 0 0.78 0.71 0.12 355.17 0.74 0.54
Hex E0 32 40 0 4E 47 C 163 4A 36
Octal 340 62 100 0 116 107 14 543 112 66
Binary 11100000 110010 1000000 0 1001110 1000111 1100 101100011 1001010 110110

Color Harmonies of #E03240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03240

Black with #E03240

Text Example


Text Example

White with #E03240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03240; }

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

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

background-color css

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

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

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

border-color css

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

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

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