Html Css Color HEX #E11C27 Alizarin

📋 copy color: '#E11C27'

red 225 ◦ green 28 ◦ blue 39

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

Shades of Alizarin #E11C27

Tints of Alizarin #E11C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.36%

R = 77.05%
G = 9.59%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E11C27 (or 0xE11C27) is known color: Alizarin. HEX triplet: E1, 1C and 27. RGB value is (225,28,39). Sum of RGB (Red+Green+Blue) = 225+28+39=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C27 is #1EE3D8. Grayscale: #585858. Windows color (decimal): -2024409 or 2563297. OLE color: 2563297.

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

Color convert

RGB 225 28 39 -
CMYK 0 0.88 0.83 0.12
HSL 356.65º 0.78% 0.5% -
HSV(B) 356.65º 0.88% 0.88% -
XYZ 31.83 16.98 3.52 -
YUV 88.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 225 28 39 0 0.88 0.83 0.12 356.65 0.78 0.5
Hex E1 1C 27 0 58 53 C 165 4E 32
Octal 341 34 47 0 130 123 14 545 116 62
Binary 11100001 11100 100111 0 1011000 1010011 1100 101100101 1001110 110010

Color Harmonies of #E11C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C27

Black with #E11C27

Text Example


Text Example

White with #E11C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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