Html Css Color HEX #E02440 Alizarin

📋 copy color: '#E02440'

red 224 ◦ green 36 ◦ blue 64

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

Shades of Alizarin #E02440

Tints of Alizarin #E02440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.11%

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

R = 69.14%
G = 11.11%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E02440 (or 0xE02440) is known color: Alizarin. HEX triplet: E0, 24 and 40. RGB value is (224,36,64). Sum of RGB (Red+Green+Blue) = 224+36+64=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E02440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02440 is #1FDBBF. Grayscale: #5F5F5F. Windows color (decimal): -2087872 or 4203744. OLE color: 4203744.

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

Color convert

RGB 224 36 64 -
CMYK 0 0.84 0.71 0.12
HSL 351.06º 0.75% 0.51% -
HSV(B) 351.06º 0.84% 0.88% -
XYZ 32.3 17.48 6.52 -
YUV 95.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 224 36 64 0 0.84 0.71 0.12 351.06 0.75 0.51
Hex E0 24 40 0 54 47 C 15F 4B 33
Octal 340 44 100 0 124 107 14 537 113 63
Binary 11100000 100100 1000000 0 1010100 1000111 1100 101011111 1001011 110011

Color Harmonies of #E02440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02440

Black with #E02440

Text Example


Text Example

White with #E02440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02440; }

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

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

background-color css

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

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

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

border-color css

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

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

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