Html Css Color HEX #E2242D Alizarin

📋 copy color: '#E2242D'

red 226 ◦ green 36 ◦ blue 45

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

Shades of Alizarin #E2242D

Tints of Alizarin #E2242D

RGB

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

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

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

R = 73.62%
G = 11.73%
B = 14.66%

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

#E2242D (or 0xE2242D) is known color: Alizarin. HEX triplet: E2, 24 and 2D. RGB value is (226,36,45). Sum of RGB (Red+Green+Blue) = 226+36+45=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E2242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2242D is #1DDBD2. Grayscale: #5D5D5D. Windows color (decimal): -1956819 or 2958562. OLE color: 2958562.

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

Color convert

RGB 226 36 45 -
CMYK 0 0.84 0.80 0.11
HSL 357.16º 0.77% 0.51% -
HSV(B) 357.16º 0.84% 0.89% -
XYZ 32.47 17.62 4.17 -
YUV 93.84 100.45 222.27 -
System Red Green Blue C M Y K H S L
Decimal 226 36 45 0 0.84 0.80 0.11 357.16 0.77 0.51
Hex E2 24 2D 0 54 50 B 165 4D 33
Octal 342 44 55 0 124 120 13 545 115 63
Binary 11100010 100100 101101 0 1010100 1010000 1011 101100101 1001101 110011

Color Harmonies of #E2242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2242D

Black with #E2242D

Text Example


Text Example

White with #E2242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2242D; }

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

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

background-color css

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

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

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

border-color css

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

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

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