Html Css Color HEX #E4202A Alizarin

📋 copy color: '#E4202A'

red 228 ◦ green 32 ◦ blue 42

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

Shades of Alizarin #E4202A

Tints of Alizarin #E4202A

RGB

 RED value IS 228 (89.45% from 255) = 75.5%

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

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

R = 75.5%
G = 10.6%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4202A (or 0xE4202A) is known color: Alizarin. HEX triplet: E4, 20 and 2A. RGB value is (228,32,42). Sum of RGB (Red+Green+Blue) = 228+32+42=302 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.50% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 228 - color contains mainly: red. Hex color #E4202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4202A is #1BDFD5. Grayscale: #5B5B5B. Windows color (decimal): -1826774 or 2760932. OLE color: 2760932.

HSL color Cylindrical-coordinate representation of color #E4202A: hue angle of 356.94º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4202A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 32 42 -
CMYK 0 0.86 0.82 0.11
HSL 356.94º 0.78% 0.51% -
HSV(B) 356.94º 0.86% 0.89% -
XYZ 32.93 17.69 3.87 -
YUV 91.74 99.93 225.19 -
System Red Green Blue C M Y K H S L
Decimal 228 32 42 0 0.86 0.82 0.11 356.94 0.78 0.51
Hex E4 20 2A 0 56 52 B 165 4E 33
Octal 344 40 52 0 126 122 13 545 116 63
Binary 11100100 100000 101010 0 1010110 1010010 1011 101100101 1001110 110011

Color Harmonies of #E4202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4202A

Black with #E4202A

Text Example


Text Example

White with #E4202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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