Html Css Color HEX #E5202D Alizarin

📋 copy color: '#E5202D'

red 229 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #E5202D

Tints of Alizarin #E5202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.71%

R = 74.84%
G = 10.46%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5202D (or 0xE5202D) is known color: Alizarin. HEX triplet: E5, 20 and 2D. RGB value is (229,32,45). Sum of RGB (Red+Green+Blue) = 229+32+45=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E5202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5202D is #1ADFD2. Grayscale: #5C5C5C. Windows color (decimal): -1761235 or 2957541. OLE color: 2957541.

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

Color convert

RGB 229 32 45 -
CMYK 0 0.86 0.80 0.10
HSL 356.04º 0.79% 0.51% -
HSV(B) 356.04º 0.86% 0.9% -
XYZ 33.3 17.88 4.18 -
YUV 92.39 101.27 225.44 -
System Red Green Blue C M Y K H S L
Decimal 229 32 45 0 0.86 0.80 0.10 356.04 0.79 0.51
Hex E5 20 2D 0 56 50 A 164 4F 33
Octal 345 40 55 0 126 120 12 544 117 63
Binary 11100101 100000 101101 0 1010110 1010000 1010 101100100 1001111 110011

Color Harmonies of #E5202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5202D

Black with #E5202D

Text Example


Text Example

White with #E5202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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