Html Css Color HEX #E1202C Alizarin

📋 copy color: '#E1202C'

red 225 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #E1202C

Tints of Alizarin #E1202C

RGB

 RED value IS 225 (88.28% from 255) = 74.75%

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 74.75%
G = 10.63%
B = 14.62%

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

#E1202C (or 0xE1202C) is known color: Alizarin. HEX triplet: E1, 20 and 2C. RGB value is (225,32,44). Sum of RGB (Red+Green+Blue) = 225+32+44=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E1202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1202C is #1EDFD3. Grayscale: #5B5B5B. Windows color (decimal): -2023380 or 2892001. OLE color: 2892001.

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

Color convert

RGB 225 32 44 -
CMYK 0 0.86 0.80 0.12
HSL 356.27º 0.76% 0.5% -
HSV(B) 356.27º 0.86% 0.88% -
XYZ 32.02 17.22 4.02 -
YUV 91.08 101.44 223.52 -
System Red Green Blue C M Y K H S L
Decimal 225 32 44 0 0.86 0.80 0.12 356.27 0.76 0.5
Hex E1 20 2C 0 56 50 C 164 4C 32
Octal 341 40 54 0 126 120 14 544 114 62
Binary 11100001 100000 101100 0 1010110 1010000 1100 101100100 1001100 110010

Color Harmonies of #E1202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1202C

Black with #E1202C

Text Example


Text Example

White with #E1202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1202C; }

 p { color: rgb(225,32,44); }

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

background-color css

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

 a { background-color: rgb(225,32,44); }

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

border-color css

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

 span { border-color: rgb(225,32,44); }

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