Html Css Color HEX #E0203C Alizarin

📋 copy color: '#E0203C'

red 224 ◦ green 32 ◦ blue 60

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

Shades of Alizarin #E0203C

Tints of Alizarin #E0203C

RGB

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

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

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

R = 70.89%
G = 10.13%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0203C (or 0xE0203C) is known color: Alizarin. HEX triplet: E0, 20 and 3C. RGB value is (224,32,60). Sum of RGB (Red+Green+Blue) = 224+32+60=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E0203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0203C is #1FDFC3. Grayscale: #5C5C5C. Windows color (decimal): -2088900 or 3940576. OLE color: 3940576.

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

Color convert

RGB 224 32 60 -
CMYK 0 0.86 0.73 0.12
HSL 351.25º 0.76% 0.5% -
HSV(B) 351.25º 0.86% 0.88% -
XYZ 32.07 17.21 5.91 -
YUV 92.6 109.61 221.72 -
System Red Green Blue C M Y K H S L
Decimal 224 32 60 0 0.86 0.73 0.12 351.25 0.76 0.5
Hex E0 20 3C 0 56 49 C 15F 4C 32
Octal 340 40 74 0 126 111 14 537 114 62
Binary 11100000 100000 111100 0 1010110 1001001 1100 101011111 1001100 110010

Color Harmonies of #E0203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0203C

Black with #E0203C

Text Example


Text Example

White with #E0203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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