Html Css Color HEX #E5202A Alizarin

📋 copy color: '#E5202A'

red 229 ◦ green 32 ◦ blue 42

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

Shades of Alizarin #E5202A

Tints of Alizarin #E5202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 75.58%
G = 10.56%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5202A (or 0xE5202A) is known color: Alizarin. HEX triplet: E5, 20 and 2A. RGB value is (229,32,42). Sum of RGB (Red+Green+Blue) = 229+32+42=303 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.58% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 229 - color contains mainly: red. Hex color #E5202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5202A is #1ADFD5. Grayscale: #5C5C5C. Windows color (decimal): -1761238 or 2760933. OLE color: 2760933.

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

Color convert

RGB 229 32 42 -
CMYK 0 0.86 0.82 0.10
HSL 356.95º 0.79% 0.51% -
HSV(B) 356.95º 0.86% 0.9% -
XYZ 33.25 17.86 3.89 -
YUV 92.04 99.77 225.69 -
System Red Green Blue C M Y K H S L
Decimal 229 32 42 0 0.86 0.82 0.10 356.95 0.79 0.51
Hex E5 20 2A 0 56 52 A 165 4F 33
Octal 345 40 52 0 126 122 12 545 117 63
Binary 11100101 100000 101010 0 1010110 1010010 1010 101100101 1001111 110011

Color Harmonies of #E5202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5202A

Black with #E5202A

Text Example


Text Example

White with #E5202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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