Html Css Color HEX #E0213C Alizarin

📋 copy color: '#E0213C'

red 224 ◦ green 33 ◦ blue 60

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

Shades of Alizarin #E0213C

Tints of Alizarin #E0213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 70.66%
G = 10.41%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0213C (or 0xE0213C) is known color: Alizarin. HEX triplet: E0, 21 and 3C. RGB value is (224,33,60). Sum of RGB (Red+Green+Blue) = 224+33+60=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0213C is #1FDEC3. Grayscale: #5D5D5D. Windows color (decimal): -2088644 or 3940832. OLE color: 3940832.

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

Color convert

RGB 224 33 60 -
CMYK 0 0.85 0.73 0.12
HSL 351.52º 0.75% 0.5% -
HSV(B) 351.52º 0.85% 0.88% -
XYZ 32.1 17.26 5.91 -
YUV 93.19 109.28 221.3 -
System Red Green Blue C M Y K H S L
Decimal 224 33 60 0 0.85 0.73 0.12 351.52 0.75 0.5
Hex E0 21 3C 0 55 49 C 160 4B 32
Octal 340 41 74 0 125 111 14 540 113 62
Binary 11100000 100001 111100 0 1010101 1001001 1100 101100000 1001011 110010

Color Harmonies of #E0213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0213C

Black with #E0213C

Text Example


Text Example

White with #E0213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0213C; }

 p { color: rgb(224,33,60); }

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

background-color css

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

 a { background-color: rgb(224,33,60); }

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

border-color css

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

 span { border-color: rgb(224,33,60); }

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