Html Css Color HEX #E2203B Alizarin

📋 copy color: '#E2203B'

red 226 ◦ green 32 ◦ blue 59

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

Shades of Alizarin #E2203B

Tints of Alizarin #E2203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 71.29%
G = 10.09%
B = 18.61%

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

#E2203B (or 0xE2203B) is known color: Alizarin. HEX triplet: E2, 20 and 3B. RGB value is (226,32,59). Sum of RGB (Red+Green+Blue) = 226+32+59=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E2203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2203B is #1DDFC4. Grayscale: #5D5D5D. Windows color (decimal): -1957829 or 3875042. OLE color: 3875042.

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

Color convert

RGB 226 32 59 -
CMYK 0 0.86 0.74 0.11
HSL 351.65º 0.77% 0.51% -
HSV(B) 351.65º 0.86% 0.89% -
XYZ 32.67 17.52 5.8 -
YUV 93.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 226 32 59 0 0.86 0.74 0.11 351.65 0.77 0.51
Hex E2 20 3B 0 56 4A B 160 4D 33
Octal 342 40 73 0 126 112 13 540 115 63
Binary 11100010 100000 111011 0 1010110 1001010 1011 101100000 1001101 110011

Color Harmonies of #E2203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2203B

Black with #E2203B

Text Example


Text Example

White with #E2203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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