Html Css Color HEX #E2242C Alizarin

📋 copy color: '#E2242C'

red 226 ◦ green 36 ◦ blue 44

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

Shades of Alizarin #E2242C

Tints of Alizarin #E2242C

RGB

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

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

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

R = 73.86%
G = 11.76%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2242C (or 0xE2242C) is known color: Alizarin. HEX triplet: E2, 24 and 2C. RGB value is (226,36,44). Sum of RGB (Red+Green+Blue) = 226+36+44=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2242C is #1DDBD3. Grayscale: #5D5D5D. Windows color (decimal): -1956820 or 2893026. OLE color: 2893026.

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

Color convert

RGB 226 36 44 -
CMYK 0 0.84 0.81 0.11
HSL 357.47º 0.77% 0.51% -
HSV(B) 357.47º 0.84% 0.89% -
XYZ 32.45 17.61 4.07 -
YUV 93.72 99.95 222.35 -
System Red Green Blue C M Y K H S L
Decimal 226 36 44 0 0.84 0.81 0.11 357.47 0.77 0.51
Hex E2 24 2C 0 54 51 B 165 4D 33
Octal 342 44 54 0 124 121 13 545 115 63
Binary 11100010 100100 101100 0 1010100 1010001 1011 101100101 1001101 110011

Color Harmonies of #E2242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2242C

Black with #E2242C

Text Example


Text Example

White with #E2242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2242C; }

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

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

background-color css

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

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

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

border-color css

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

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

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