Html Css Color HEX #E2242E Alizarin

📋 copy color: '#E2242E'

red 226 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #E2242E

Tints of Alizarin #E2242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 73.38%
G = 11.69%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2242E (or 0xE2242E) is known color: Alizarin. HEX triplet: E2, 24 and 2E. RGB value is (226,36,46). Sum of RGB (Red+Green+Blue) = 226+36+46=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2242E is #1DDBD1. Grayscale: #5E5E5E. Windows color (decimal): -1956818 or 3024098. OLE color: 3024098.

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

Color convert

RGB 226 36 46 -
CMYK 0 0.84 0.80 0.11
HSL 356.84º 0.77% 0.51% -
HSV(B) 356.84º 0.84% 0.89% -
XYZ 32.49 17.63 4.27 -
YUV 93.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 226 36 46 0 0.84 0.80 0.11 356.84 0.77 0.51
Hex E2 24 2E 0 54 50 B 165 4D 33
Octal 342 44 56 0 124 120 13 545 115 63
Binary 11100010 100100 101110 0 1010100 1010000 1011 101100101 1001101 110011

Color Harmonies of #E2242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2242E

Black with #E2242E

Text Example


Text Example

White with #E2242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2242E; }

 p { color: rgb(226,36,46); }

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

background-color css

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

 a { background-color: rgb(226,36,46); }

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

border-color css

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

 span { border-color: rgb(226,36,46); }

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