Html Css Color HEX #E2203C Alizarin

📋 copy color: '#E2203C'

red 226 ◦ green 32 ◦ blue 60

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

Shades of Alizarin #E2203C

Tints of Alizarin #E2203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 71.07%
G = 10.06%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2203C (or 0xE2203C) is known color: Alizarin. HEX triplet: E2, 20 and 3C. RGB value is (226,32,60). Sum of RGB (Red+Green+Blue) = 226+32+60=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E2203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2203C is #1DDFC3. Grayscale: #5D5D5D. Windows color (decimal): -1957828 or 3940578. OLE color: 3940578.

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

Color convert

RGB 226 32 60 -
CMYK 0 0.86 0.73 0.11
HSL 351.34º 0.77% 0.51% -
HSV(B) 351.34º 0.86% 0.89% -
XYZ 32.7 17.53 5.93 -
YUV 93.2 109.27 222.72 -
System Red Green Blue C M Y K H S L
Decimal 226 32 60 0 0.86 0.73 0.11 351.34 0.77 0.51
Hex E2 20 3C 0 56 49 B 15F 4D 33
Octal 342 40 74 0 126 111 13 537 115 63
Binary 11100010 100000 111100 0 1010110 1001001 1011 101011111 1001101 110011

Color Harmonies of #E2203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2203C

Black with #E2203C

Text Example


Text Example

White with #E2203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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