Html Css Color HEX #E2203A Alizarin

📋 copy color: '#E2203A'

red 226 ◦ green 32 ◦ blue 58

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

Shades of Alizarin #E2203A

Tints of Alizarin #E2203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 71.52%
G = 10.13%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2203A (or 0xE2203A) is known color: Alizarin. HEX triplet: E2, 20 and 3A. RGB value is (226,32,58). Sum of RGB (Red+Green+Blue) = 226+32+58=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E2203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2203A is #1DDFC5. Grayscale: #5D5D5D. Windows color (decimal): -1957830 or 3809506. OLE color: 3809506.

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

Color convert

RGB 226 32 58 -
CMYK 0 0.86 0.74 0.11
HSL 351.96º 0.77% 0.51% -
HSV(B) 351.96º 0.86% 0.89% -
XYZ 32.64 17.51 5.66 -
YUV 92.97 108.27 222.89 -
System Red Green Blue C M Y K H S L
Decimal 226 32 58 0 0.86 0.74 0.11 351.96 0.77 0.51
Hex E2 20 3A 0 56 4A B 160 4D 33
Octal 342 40 72 0 126 112 13 540 115 63
Binary 11100010 100000 111010 0 1010110 1001010 1011 101100000 1001101 110011

Color Harmonies of #E2203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2203A

Black with #E2203A

Text Example


Text Example

White with #E2203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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