Html Css Color HEX #E1202E Alizarin

📋 copy color: '#E1202E'

red 225 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #E1202E

Tints of Alizarin #E1202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 74.26%
G = 10.56%
B = 15.18%

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

#E1202E (or 0xE1202E) is known color: Alizarin. HEX triplet: E1, 20 and 2E. RGB value is (225,32,46). Sum of RGB (Red+Green+Blue) = 225+32+46=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1202E is #1EDFD1. Grayscale: #5B5B5B. Windows color (decimal): -2023378 or 3023073. OLE color: 3023073.

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

Color convert

RGB 225 32 46 -
CMYK 0 0.86 0.80 0.12
HSL 355.65º 0.76% 0.5% -
HSV(B) 355.65º 0.86% 0.88% -
XYZ 32.06 17.24 4.22 -
YUV 91.3 102.44 223.36 -
System Red Green Blue C M Y K H S L
Decimal 225 32 46 0 0.86 0.80 0.12 355.65 0.76 0.5
Hex E1 20 2E 0 56 50 C 164 4C 32
Octal 341 40 56 0 126 120 14 544 114 62
Binary 11100001 100000 101110 0 1010110 1010000 1100 101100100 1001100 110010

Color Harmonies of #E1202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1202E

Black with #E1202E

Text Example


Text Example

White with #E1202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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