Html Css Color HEX #E1213B Alizarin

📋 copy color: '#E1213B'

red 225 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #E1213B

Tints of Alizarin #E1213B

RGB

 RED value IS 225 (88.28% from 255) = 70.98%

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

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 70.98%
G = 10.41%
B = 18.61%

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

#E1213B (or 0xE1213B) is known color: Alizarin. HEX triplet: E1, 21 and 3B. RGB value is (225,33,59). Sum of RGB (Red+Green+Blue) = 225+33+59=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E1213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1213B is #1EDEC4. Grayscale: #5D5D5D. Windows color (decimal): -2023109 or 3875297. OLE color: 3875297.

HSL color Cylindrical-coordinate representation of color #E1213B: hue angle of 351.88º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1213B is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 59 -
CMYK 0 0.85 0.74 0.12
HSL 351.88º 0.76% 0.51% -
HSV(B) 351.88º 0.85% 0.88% -
XYZ 32.38 17.41 5.79 -
YUV 93.37 108.61 221.89 -
System Red Green Blue C M Y K H S L
Decimal 225 33 59 0 0.85 0.74 0.12 351.88 0.76 0.51
Hex E1 21 3B 0 55 4A C 160 4C 33
Octal 341 41 73 0 125 112 14 540 114 63
Binary 11100001 100001 111011 0 1010101 1001010 1100 101100000 1001100 110011

Color Harmonies of #E1213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1213B

Black with #E1213B

Text Example


Text Example

White with #E1213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1213B; }

 p { color: rgb(225,33,59); }

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

background-color css

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

 a { background-color: rgb(225,33,59); }

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

border-color css

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

 span { border-color: rgb(225,33,59); }

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