Html Css Color HEX #E11E35 Alizarin

📋 copy color: '#E11E35'

red 225 ◦ green 30 ◦ blue 53

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

Shades of Alizarin #E11E35

Tints of Alizarin #E11E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

 BLUE value IS 53 (21.09% from 255) = 17.21%

R = 73.05%
G = 9.74%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E11E35 (or 0xE11E35) is known color: Alizarin. HEX triplet: E1, 1E and 35. RGB value is (225,30,53). Sum of RGB (Red+Green+Blue) = 225+30+53=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E35 is #1EE1CA. Grayscale: #5B5B5B. Windows color (decimal): -2023883 or 3481313. OLE color: 3481313.

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

Color convert

RGB 225 30 53 -
CMYK 0 0.87 0.76 0.12
HSL 352.92º 0.76% 0.5% -
HSV(B) 352.92º 0.87% 0.88% -
XYZ 32.16 17.19 4.99 -
YUV 90.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 225 30 53 0 0.87 0.76 0.12 352.92 0.76 0.5
Hex E1 1E 35 0 57 4C C 161 4C 32
Octal 341 36 65 0 127 114 14 541 114 62
Binary 11100001 11110 110101 0 1010111 1001100 1100 101100001 1001100 110010

Color Harmonies of #E11E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E35

Black with #E11E35

Text Example


Text Example

White with #E11E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E35; }

 p { color: rgb(225,30,53); }

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

background-color css

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

 a { background-color: rgb(225,30,53); }

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

border-color css

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

 span { border-color: rgb(225,30,53); }

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