Html Css Color HEX #E11C37 Alizarin

📋 copy color: '#E11C37'

red 225 ◦ green 28 ◦ blue 55

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

Shades of Alizarin #E11C37

Tints of Alizarin #E11C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

 BLUE value IS 55 (21.88% from 255) = 17.86%

R = 73.05%
G = 9.09%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E11C37 (or 0xE11C37) is known color: Alizarin. HEX triplet: E1, 1C and 37. RGB value is (225,28,55). Sum of RGB (Red+Green+Blue) = 225+28+55=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C37 is #1EE3C8. Grayscale: #5A5A5A. Windows color (decimal): -2024393 or 3611873. OLE color: 3611873.

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

Color convert

RGB 225 28 55 -
CMYK 0 0.88 0.76 0.12
HSL 351.78º 0.78% 0.5% -
HSV(B) 351.78º 0.88% 0.88% -
XYZ 32.16 17.11 5.22 -
YUV 89.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 225 28 55 0 0.88 0.76 0.12 351.78 0.78 0.5
Hex E1 1C 37 0 58 4C C 160 4E 32
Octal 341 34 67 0 130 114 14 540 116 62
Binary 11100001 11100 110111 0 1011000 1001100 1100 101100000 1001110 110010

Color Harmonies of #E11C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C37

Black with #E11C37

Text Example


Text Example

White with #E11C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C37; }

 p { color: rgb(225,28,55); }

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

background-color css

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

 a { background-color: rgb(225,28,55); }

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

border-color css

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

 span { border-color: rgb(225,28,55); }

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