Html Css Color HEX #E5212E Alizarin

📋 copy color: '#E5212E'

red 229 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #E5212E

Tints of Alizarin #E5212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 74.35%
G = 10.71%
B = 14.94%

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

#E5212E (or 0xE5212E) is known color: Alizarin. HEX triplet: E5, 21 and 2E. RGB value is (229,33,46). Sum of RGB (Red+Green+Blue) = 229+33+46=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5212E is #1ADED1. Grayscale: #5D5D5D. Windows color (decimal): -1760978 or 3023333. OLE color: 3023333.

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

Color convert

RGB 229 33 46 -
CMYK 0 0.86 0.80 0.10
HSL 356.02º 0.79% 0.51% -
HSV(B) 356.02º 0.86% 0.9% -
XYZ 33.35 17.94 4.29 -
YUV 93.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 229 33 46 0 0.86 0.80 0.10 356.02 0.79 0.51
Hex E5 21 2E 0 56 50 A 164 4F 33
Octal 345 41 56 0 126 120 12 544 117 63
Binary 11100101 100001 101110 0 1010110 1010000 1010 101100100 1001111 110011

Color Harmonies of #E5212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5212E

Black with #E5212E

Text Example


Text Example

White with #E5212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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