Html Css Color HEX #E0213A Alizarin

📋 copy color: '#E0213A'

red 224 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #E0213A

Tints of Alizarin #E0213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 71.11%
G = 10.48%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0213A (or 0xE0213A) is known color: Alizarin. HEX triplet: E0, 21 and 3A. RGB value is (224,33,58). Sum of RGB (Red+Green+Blue) = 224+33+58=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E0213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0213A is #1FDEC5. Grayscale: #5D5D5D. Windows color (decimal): -2088646 or 3809760. OLE color: 3809760.

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

Color convert

RGB 224 33 58 -
CMYK 0 0.85 0.74 0.12
HSL 352.15º 0.75% 0.5% -
HSV(B) 352.15º 0.85% 0.88% -
XYZ 32.05 17.24 5.64 -
YUV 92.96 108.28 221.47 -
System Red Green Blue C M Y K H S L
Decimal 224 33 58 0 0.85 0.74 0.12 352.15 0.75 0.5
Hex E0 21 3A 0 55 4A C 160 4B 32
Octal 340 41 72 0 125 112 14 540 113 62
Binary 11100000 100001 111010 0 1010101 1001010 1100 101100000 1001011 110010

Color Harmonies of #E0213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0213A

Black with #E0213A

Text Example


Text Example

White with #E0213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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