Html Css Color HEX #E1212C Alizarin

📋 copy color: '#E1212C'

red 225 ◦ green 33 ◦ blue 44

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

Shades of Alizarin #E1212C

Tints of Alizarin #E1212C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 74.5%
G = 10.93%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1212C (or 0xE1212C) is known color: Alizarin. HEX triplet: E1, 21 and 2C. RGB value is (225,33,44). Sum of RGB (Red+Green+Blue) = 225+33+44=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1212C is #1EDED3. Grayscale: #5B5B5B. Windows color (decimal): -2023124 or 2892257. OLE color: 2892257.

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

Color convert

RGB 225 33 44 -
CMYK 0 0.85 0.80 0.12
HSL 356.56º 0.76% 0.51% -
HSV(B) 356.56º 0.85% 0.88% -
XYZ 32.05 17.28 4.03 -
YUV 91.66 101.11 223.11 -
System Red Green Blue C M Y K H S L
Decimal 225 33 44 0 0.85 0.80 0.12 356.56 0.76 0.51
Hex E1 21 2C 0 55 50 C 165 4C 33
Octal 341 41 54 0 125 120 14 545 114 63
Binary 11100001 100001 101100 0 1010101 1010000 1100 101100101 1001100 110011

Color Harmonies of #E1212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1212C

Black with #E1212C

Text Example


Text Example

White with #E1212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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