Html Css Color HEX #E11C33 Alizarin

📋 copy color: '#E11C33'

red 225 ◦ green 28 ◦ blue 51

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

Shades of Alizarin #E11C33

Tints of Alizarin #E11C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.78%

R = 74.01%
G = 9.21%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E11C33 (or 0xE11C33) is known color: Alizarin. HEX triplet: E1, 1C and 33. RGB value is (225,28,51). Sum of RGB (Red+Green+Blue) = 225+28+51=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C33 is #1EE3CC. Grayscale: #595959. Windows color (decimal): -2024397 or 3349729. OLE color: 3349729.

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

Color convert

RGB 225 28 51 -
CMYK 0 0.88 0.77 0.12
HSL 352.99º 0.78% 0.5% -
HSV(B) 352.99º 0.88% 0.88% -
XYZ 32.06 17.08 4.74 -
YUV 89.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 225 28 51 0 0.88 0.77 0.12 352.99 0.78 0.5
Hex E1 1C 33 0 58 4D C 161 4E 32
Octal 341 34 63 0 130 115 14 541 116 62
Binary 11100001 11100 110011 0 1011000 1001101 1100 101100001 1001110 110010

Color Harmonies of #E11C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C33

Black with #E11C33

Text Example


Text Example

White with #E11C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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