Html Css Color HEX #E2243A Alizarin

📋 copy color: '#E2243A'

red 226 ◦ green 36 ◦ blue 58

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

Shades of Alizarin #E2243A

Tints of Alizarin #E2243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 70.63%
G = 11.25%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2243A (or 0xE2243A) is known color: Alizarin. HEX triplet: E2, 24 and 3A. RGB value is (226,36,58). Sum of RGB (Red+Green+Blue) = 226+36+58=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E2243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2243A is #1DDBC5. Grayscale: #5F5F5F. Windows color (decimal): -1956806 or 3810530. OLE color: 3810530.

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

Color convert

RGB 226 36 58 -
CMYK 0 0.84 0.74 0.11
HSL 353.05º 0.77% 0.51% -
HSV(B) 353.05º 0.84% 0.89% -
XYZ 32.76 17.74 5.7 -
YUV 95.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 226 36 58 0 0.84 0.74 0.11 353.05 0.77 0.51
Hex E2 24 3A 0 54 4A B 161 4D 33
Octal 342 44 72 0 124 112 13 541 115 63
Binary 11100010 100100 111010 0 1010100 1001010 1011 101100001 1001101 110011

Color Harmonies of #E2243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2243A

Black with #E2243A

Text Example


Text Example

White with #E2243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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