Html Css Color HEX #E5212D Alizarin

📋 copy color: '#E5212D'

red 229 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #E5212D

Tints of Alizarin #E5212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 74.59%
G = 10.75%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5212D (or 0xE5212D) is known color: Alizarin. HEX triplet: E5, 21 and 2D. RGB value is (229,33,45). Sum of RGB (Red+Green+Blue) = 229+33+45=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5212D is #1ADED2. Grayscale: #5D5D5D. Windows color (decimal): -1760979 or 2957797. OLE color: 2957797.

HSL color Cylindrical-coordinate representation of color #E5212D: hue angle of 356.33º 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 #E5212D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 33 45 -
CMYK 0 0.86 0.80 0.10
HSL 356.33º 0.79% 0.51% -
HSV(B) 356.33º 0.86% 0.9% -
XYZ 33.33 17.94 4.19 -
YUV 92.97 100.93 225.02 -
System Red Green Blue C M Y K H S L
Decimal 229 33 45 0 0.86 0.80 0.10 356.33 0.79 0.51
Hex E5 21 2D 0 56 50 A 164 4F 33
Octal 345 41 55 0 126 120 12 544 117 63
Binary 11100101 100001 101101 0 1010110 1010000 1010 101100100 1001111 110011

Color Harmonies of #E5212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5212D

Black with #E5212D

Text Example


Text Example

White with #E5212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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