Html Css Color HEX #E3212C Alizarin

📋 copy color: '#E3212C'

red 227 ◦ green 33 ◦ blue 44

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

Shades of Alizarin #E3212C

Tints of Alizarin #E3212C

RGB

 RED value IS 227 (89.06% from 255) = 74.67%

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

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

R = 74.67%
G = 10.86%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E3212C (or 0xE3212C) is known color: Alizarin. HEX triplet: E3, 21 and 2C. RGB value is (227,33,44). Sum of RGB (Red+Green+Blue) = 227+33+44=304 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.67% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 227 - color contains mainly: red. Hex color #E3212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3212C is #1CDED3. Grayscale: #5C5C5C. Windows color (decimal): -1892052 or 2892259. OLE color: 2892259.

HSL color Cylindrical-coordinate representation of color #E3212C: hue angle of 356.6º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3212C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 33 44 -
CMYK 0 0.85 0.81 0.11
HSL 356.6º 0.78% 0.51% -
HSV(B) 356.6º 0.85% 0.89% -
XYZ 32.68 17.6 4.06 -
YUV 92.26 100.77 224.11 -
System Red Green Blue C M Y K H S L
Decimal 227 33 44 0 0.85 0.81 0.11 356.6 0.78 0.51
Hex E3 21 2C 0 55 51 B 165 4E 33
Octal 343 41 54 0 125 121 13 545 116 63
Binary 11100011 100001 101100 0 1010101 1010001 1011 101100101 1001110 110011

Color Harmonies of #E3212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3212C

Black with #E3212C

Text Example


Text Example

White with #E3212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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