Html Css Color HEX #E5203D Alizarin

📋 copy color: '#E5203D'

red 229 ◦ green 32 ◦ blue 61

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

Shades of Alizarin #E5203D

Tints of Alizarin #E5203D

RGB

 RED value IS 229 (89.84% from 255) = 71.12%

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

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 71.12%
G = 9.94%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5203D (or 0xE5203D) is known color: Alizarin. HEX triplet: E5, 20 and 3D. RGB value is (229,32,61). Sum of RGB (Red+Green+Blue) = 229+32+61=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5203D is #1ADFC2. Grayscale: #5E5E5E. Windows color (decimal): -1761219 or 4006117. OLE color: 4006117.

HSL color Cylindrical-coordinate representation of color #E5203D: hue angle of 351.17º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5203D is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 61 -
CMYK 0 0.86 0.73 0.10
HSL 351.17º 0.79% 0.51% -
HSV(B) 351.17º 0.86% 0.9% -
XYZ 33.67 18.03 6.12 -
YUV 94.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 229 32 61 0 0.86 0.73 0.10 351.17 0.79 0.51
Hex E5 20 3D 0 56 49 A 15F 4F 33
Octal 345 40 75 0 126 111 12 537 117 63
Binary 11100101 100000 111101 0 1010110 1001001 1010 101011111 1001111 110011

Color Harmonies of #E5203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5203D

Black with #E5203D

Text Example


Text Example

White with #E5203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5203D; }

 p { color: rgb(229,32,61); }

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

background-color css

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

 a { background-color: rgb(229,32,61); }

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

border-color css

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

 span { border-color: rgb(229,32,61); }

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