Html Css Color HEX #E5213A Alizarin

📋 copy color: '#E5213A'

red 229 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #E5213A

Tints of Alizarin #E5213A

RGB

 RED value IS 229 (89.84% from 255) = 71.56%

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

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

R = 71.56%
G = 10.31%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E5213A (or 0xE5213A) is known color: Alizarin. HEX triplet: E5, 21 and 3A. RGB value is (229,33,58). Sum of RGB (Red+Green+Blue) = 229+33+58=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E5213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5213A is #1ADEC5. Grayscale: #5E5E5E. Windows color (decimal): -1760966 or 3809765. OLE color: 3809765.

HSL color Cylindrical-coordinate representation of color #E5213A: hue angle of 352.35º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5213A is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 58 -
CMYK 0 0.86 0.75 0.10
HSL 352.35º 0.79% 0.51% -
HSV(B) 352.35º 0.86% 0.9% -
XYZ 33.62 18.05 5.72 -
YUV 94.45 107.43 223.97 -
System Red Green Blue C M Y K H S L
Decimal 229 33 58 0 0.86 0.75 0.10 352.35 0.79 0.51
Hex E5 21 3A 0 56 4B A 160 4F 33
Octal 345 41 72 0 126 113 12 540 117 63
Binary 11100101 100001 111010 0 1010110 1001011 1010 101100000 1001111 110011

Color Harmonies of #E5213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5213A

Black with #E5213A

Text Example


Text Example

White with #E5213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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