Html Css Color HEX #E0203F Alizarin

📋 copy color: '#E0203F'

red 224 ◦ green 32 ◦ blue 63

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

Shades of Alizarin #E0203F

Tints of Alizarin #E0203F

RGB

 RED value IS 224 (87.89% from 255) = 70.22%

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

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

R = 70.22%
G = 10.03%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0203F (or 0xE0203F) is known color: Alizarin. HEX triplet: E0, 20 and 3F. RGB value is (224,32,63). Sum of RGB (Red+Green+Blue) = 224+32+63=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0203F is #1FDFC0. Grayscale: #5D5D5D. Windows color (decimal): -2088897 or 4137184. OLE color: 4137184.

HSL color Cylindrical-coordinate representation of color #E0203F: hue angle of 350.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0203F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 63 -
CMYK 0 0.86 0.72 0.12
HSL 350.31º 0.76% 0.5% -
HSV(B) 350.31º 0.86% 0.88% -
XYZ 32.15 17.24 6.34 -
YUV 92.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 224 32 63 0 0.86 0.72 0.12 350.31 0.76 0.5
Hex E0 20 3F 0 56 48 C 15E 4C 32
Octal 340 40 77 0 126 110 14 536 114 62
Binary 11100000 100000 111111 0 1010110 1001000 1100 101011110 1001100 110010

Color Harmonies of #E0203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0203F

Black with #E0203F

Text Example


Text Example

White with #E0203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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