Html Css Color HEX #E2212A Alizarin

📋 copy color: '#E2212A'

red 226 ◦ green 33 ◦ blue 42

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

Shades of Alizarin #E2212A

Tints of Alizarin #E2212A

RGB

 RED value IS 226 (88.67% from 255) = 75.08%

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 75.08%
G = 10.96%
B = 13.95%

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

#E2212A (or 0xE2212A) is known color: Alizarin. HEX triplet: E2, 21 and 2A. RGB value is (226,33,42). Sum of RGB (Red+Green+Blue) = 226+33+42=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E2212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2212A is #1DDED5. Grayscale: #5B5B5B. Windows color (decimal): -1957590 or 2761186. OLE color: 2761186.

HSL color Cylindrical-coordinate representation of color #E2212A: hue angle of 357.2º degrees, saturation: 0.77, 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 #E2212A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 33 42 -
CMYK 0 0.85 0.81 0.11
HSL 357.2º 0.77% 0.51% -
HSV(B) 357.2º 0.85% 0.89% -
XYZ 32.33 17.42 3.85 -
YUV 91.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 226 33 42 0 0.85 0.81 0.11 357.2 0.77 0.51
Hex E2 21 2A 0 55 51 B 165 4D 33
Octal 342 41 52 0 125 121 13 545 115 63
Binary 11100010 100001 101010 0 1010101 1010001 1011 101100101 1001101 110011

Color Harmonies of #E2212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2212A

Black with #E2212A

Text Example


Text Example

White with #E2212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2212A; }

 p { color: rgb(226,33,42); }

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

background-color css

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

 a { background-color: rgb(226,33,42); }

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

border-color css

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

 span { border-color: rgb(226,33,42); }

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