Html Css Color HEX #E11D33 Alizarin

📋 copy color: '#E11D33'

red 225 ◦ green 29 ◦ blue 51

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

Shades of Alizarin #E11D33

Tints of Alizarin #E11D33

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

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

R = 73.77%
G = 9.51%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E11D33 (or 0xE11D33) is known color: Alizarin. HEX triplet: E1, 1D and 33. RGB value is (225,29,51). Sum of RGB (Red+Green+Blue) = 225+29+51=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D33 is #1EE2CC. Grayscale: #5A5A5A. Windows color (decimal): -2024141 or 3349985. OLE color: 3349985.

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

Color convert

RGB 225 29 51 -
CMYK 0 0.87 0.77 0.12
HSL 353.27º 0.77% 0.5% -
HSV(B) 353.27º 0.87% 0.88% -
XYZ 32.09 17.13 4.75 -
YUV 90.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 225 29 51 0 0.87 0.77 0.12 353.27 0.77 0.5
Hex E1 1D 33 0 57 4D C 161 4D 32
Octal 341 35 63 0 127 115 14 541 115 62
Binary 11100001 11101 110011 0 1010111 1001101 1100 101100001 1001101 110010

Color Harmonies of #E11D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D33

Black with #E11D33

Text Example


Text Example

White with #E11D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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