Html Css Color HEX #E0213D Alizarin

📋 copy color: '#E0213D'

red 224 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #E0213D

Tints of Alizarin #E0213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 70.44%
G = 10.38%
B = 19.18%

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

#E0213D (or 0xE0213D) is known color: Alizarin. HEX triplet: E0, 21 and 3D. RGB value is (224,33,61). Sum of RGB (Red+Green+Blue) = 224+33+61=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E0213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0213D is #1FDEC2. Grayscale: #5D5D5D. Windows color (decimal): -2088643 or 4006368. OLE color: 4006368.

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

Color convert

RGB 224 33 61 -
CMYK 0 0.85 0.73 0.12
HSL 351.2º 0.75% 0.5% -
HSV(B) 351.2º 0.85% 0.88% -
XYZ 32.13 17.27 6.06 -
YUV 93.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 224 33 61 0 0.85 0.73 0.12 351.2 0.75 0.5
Hex E0 21 3D 0 55 49 C 15F 4B 32
Octal 340 41 75 0 125 111 14 537 113 62
Binary 11100000 100001 111101 0 1010101 1001001 1100 101011111 1001011 110010

Color Harmonies of #E0213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0213D

Black with #E0213D

Text Example


Text Example

White with #E0213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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