Html Css Color HEX #E0202D Alizarin

📋 copy color: '#E0202D'

red 224 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #E0202D

Tints of Alizarin #E0202D

RGB

 RED value IS 224 (87.89% from 255) = 74.42%

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

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

R = 74.42%
G = 10.63%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0202D (or 0xE0202D) is known color: Alizarin. HEX triplet: E0, 20 and 2D. RGB value is (224,32,45). Sum of RGB (Red+Green+Blue) = 224+32+45=301 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.42% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 224 - color contains mainly: red. Hex color #E0202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0202D is #1FDFD2. Grayscale: #5B5B5B. Windows color (decimal): -2088915 or 2957536. OLE color: 2957536.

HSL color Cylindrical-coordinate representation of color #E0202D: hue angle of 355.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0202D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 45 -
CMYK 0 0.86 0.80 0.12
HSL 355.94º 0.76% 0.5% -
HSV(B) 355.94º 0.86% 0.88% -
XYZ 31.73 17.07 4.11 -
YUV 90.89 102.11 222.94 -
System Red Green Blue C M Y K H S L
Decimal 224 32 45 0 0.86 0.80 0.12 355.94 0.76 0.5
Hex E0 20 2D 0 56 50 C 164 4C 32
Octal 340 40 55 0 126 120 14 544 114 62
Binary 11100000 100000 101101 0 1010110 1010000 1100 101100100 1001100 110010

Color Harmonies of #E0202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0202D

Black with #E0202D

Text Example


Text Example

White with #E0202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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