Html Css Color HEX #E02340 Alizarin

📋 copy color: '#E02340'

red 224 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #E02340

Tints of Alizarin #E02340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.84%

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

R = 69.35%
G = 10.84%
B = 19.81%

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

#E02340 (or 0xE02340) is known color: Alizarin. HEX triplet: E0, 23 and 40. RGB value is (224,35,64). Sum of RGB (Red+Green+Blue) = 224+35+64=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E02340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02340 is #1FDCBF. Grayscale: #5E5E5E. Windows color (decimal): -2088128 or 4203488. OLE color: 4203488.

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

Color convert

RGB 224 35 64 -
CMYK 0 0.84 0.71 0.12
HSL 350.79º 0.75% 0.51% -
HSV(B) 350.79º 0.84% 0.88% -
XYZ 32.27 17.42 6.51 -
YUV 94.82 110.62 220.14 -
System Red Green Blue C M Y K H S L
Decimal 224 35 64 0 0.84 0.71 0.12 350.79 0.75 0.51
Hex E0 23 40 0 54 47 C 15F 4B 33
Octal 340 43 100 0 124 107 14 537 113 63
Binary 11100000 100011 1000000 0 1010100 1000111 1100 101011111 1001011 110011

Color Harmonies of #E02340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02340

Black with #E02340

Text Example


Text Example

White with #E02340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02340; }

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

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

background-color css

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

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

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

border-color css

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

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

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