Html Css Color HEX #E2203F Alizarin

📋 copy color: '#E2203F'

red 226 ◦ green 32 ◦ blue 63

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

Shades of Alizarin #E2203F

Tints of Alizarin #E2203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 70.4%
G = 9.97%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2203F (or 0xE2203F) is known color: Alizarin. HEX triplet: E2, 20 and 3F. RGB value is (226,32,63). Sum of RGB (Red+Green+Blue) = 226+32+63=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2203F is #1DDFC0. Grayscale: #5D5D5D. Windows color (decimal): -1957825 or 4137186. OLE color: 4137186.

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

Color convert

RGB 226 32 63 -
CMYK 0 0.86 0.72 0.11
HSL 350.41º 0.77% 0.51% -
HSV(B) 350.41º 0.86% 0.89% -
XYZ 32.78 17.56 6.36 -
YUV 93.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 226 32 63 0 0.86 0.72 0.11 350.41 0.77 0.51
Hex E2 20 3F 0 56 48 B 15E 4D 33
Octal 342 40 77 0 126 110 13 536 115 63
Binary 11100010 100000 111111 0 1010110 1001000 1011 101011110 1001101 110011

Color Harmonies of #E2203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2203F

Black with #E2203F

Text Example


Text Example

White with #E2203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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