Html Css Color HEX #E0213F Alizarin

📋 copy color: '#E0213F'

red 224 ◦ green 33 ◦ blue 63

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

Shades of Alizarin #E0213F

Tints of Alizarin #E0213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 70%
G = 10.31%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0213F (or 0xE0213F) is known color: Alizarin. HEX triplet: E0, 21 and 3F. RGB value is (224,33,63). Sum of RGB (Red+Green+Blue) = 224+33+63=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0213F is #1FDEC0. Grayscale: #5D5D5D. Windows color (decimal): -2088641 or 4137440. OLE color: 4137440.

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

Color convert

RGB 224 33 63 -
CMYK 0 0.85 0.72 0.12
HSL 350.58º 0.75% 0.5% -
HSV(B) 350.58º 0.85% 0.88% -
XYZ 32.18 17.29 6.34 -
YUV 93.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 224 33 63 0 0.85 0.72 0.12 350.58 0.75 0.5
Hex E0 21 3F 0 55 48 C 15F 4B 32
Octal 340 41 77 0 125 110 14 537 113 62
Binary 11100000 100001 111111 0 1010101 1001000 1100 101011111 1001011 110010

Color Harmonies of #E0213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0213F

Black with #E0213F

Text Example


Text Example

White with #E0213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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