Html Css Color HEX #E2222D Alizarin

📋 copy color: '#E2222D'

red 226 ◦ green 34 ◦ blue 45

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

Shades of Alizarin #E2222D

Tints of Alizarin #E2222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 74.1%
G = 11.15%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2222D (or 0xE2222D) is known color: Alizarin. HEX triplet: E2, 22 and 2D. RGB value is (226,34,45). Sum of RGB (Red+Green+Blue) = 226+34+45=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2222D is #1DDDD2. Grayscale: #5C5C5C. Windows color (decimal): -1957331 or 2958050. OLE color: 2958050.

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

Color convert

RGB 226 34 45 -
CMYK 0 0.85 0.80 0.11
HSL 356.56º 0.77% 0.51% -
HSV(B) 356.56º 0.85% 0.89% -
XYZ 32.41 17.5 4.15 -
YUV 92.66 101.11 223.11 -
System Red Green Blue C M Y K H S L
Decimal 226 34 45 0 0.85 0.80 0.11 356.56 0.77 0.51
Hex E2 22 2D 0 55 50 B 165 4D 33
Octal 342 42 55 0 125 120 13 545 115 63
Binary 11100010 100010 101101 0 1010101 1010000 1011 101100101 1001101 110011

Color Harmonies of #E2222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2222D

Black with #E2222D

Text Example


Text Example

White with #E2222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2222D; }

 p { color: rgb(226,34,45); }

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

background-color css

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

 a { background-color: rgb(226,34,45); }

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

border-color css

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

 span { border-color: rgb(226,34,45); }

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