Html Css Color HEX #E5212F Alizarin

📋 copy color: '#E5212F'

red 229 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #E5212F

Tints of Alizarin #E5212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 74.11%
G = 10.68%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5212F (or 0xE5212F) is known color: Alizarin. HEX triplet: E5, 21 and 2F. RGB value is (229,33,47). Sum of RGB (Red+Green+Blue) = 229+33+47=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5212F is #1ADED0. Grayscale: #5D5D5D. Windows color (decimal): -1760977 or 3088869. OLE color: 3088869.

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

Color convert

RGB 229 33 47 -
CMYK 0 0.86 0.79 0.10
HSL 355.71º 0.79% 0.51% -
HSV(B) 355.71º 0.86% 0.9% -
XYZ 33.37 17.95 4.4 -
YUV 93.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 229 33 47 0 0.86 0.79 0.10 355.71 0.79 0.51
Hex E5 21 2F 0 56 4F A 164 4F 33
Octal 345 41 57 0 126 117 12 544 117 63
Binary 11100101 100001 101111 0 1010110 1001111 1010 101100100 1001111 110011

Color Harmonies of #E5212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5212F

Black with #E5212F

Text Example


Text Example

White with #E5212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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