Html Css Color HEX #E8203C Alizarin

📋 copy color: '#E8203C'

red 232 ◦ green 32 ◦ blue 60

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

Shades of Alizarin #E8203C

Tints of Alizarin #E8203C

RGB

 RED value IS 232 (91.02% from 255) = 71.6%

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

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

R = 71.6%
G = 9.88%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E8203C (or 0xE8203C) is known color: Alizarin. HEX triplet: E8, 20 and 3C. RGB value is (232,32,60). Sum of RGB (Red+Green+Blue) = 232+32+60=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E8203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8203C is #17DFC3. Grayscale: #5F5F5F. Windows color (decimal): -1564612 or 3940584. OLE color: 3940584.

HSL color Cylindrical-coordinate representation of color #E8203C: hue angle of 351.6º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8203C is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 32 60 -
CMYK 0 0.86 0.74 0.09
HSL 351.6º 0.81% 0.52% -
HSV(B) 351.6º 0.86% 0.91% -
XYZ 34.61 18.52 6.02 -
YUV 94.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 232 32 60 0 0.86 0.74 0.09 351.6 0.81 0.52
Hex E8 20 3C 0 56 4A 9 160 51 34
Octal 350 40 74 0 126 112 11 540 121 64
Binary 11101000 100000 111100 0 1010110 1001010 1001 101100000 1010001 110100

Color Harmonies of #E8203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8203C

Black with #E8203C

Text Example


Text Example

White with #E8203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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