Html Css Color HEX #E11B32 Alizarin

📋 copy color: '#E11B32'

red 225 ◦ green 27 ◦ blue 50

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

Shades of Alizarin #E11B32

Tints of Alizarin #E11B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.94%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 74.5%
G = 8.94%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E11B32 (or 0xE11B32) is known color: Alizarin. HEX triplet: E1, 1B and 32. RGB value is (225,27,50). Sum of RGB (Red+Green+Blue) = 225+27+50=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11B32 is #1EE4CD. Grayscale: #585858. Windows color (decimal): -2024654 or 3283937. OLE color: 3283937.

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

Color convert

RGB 225 27 50 -
CMYK 0 0.88 0.78 0.12
HSL 353.03º 0.79% 0.49% -
HSV(B) 353.03º 0.88% 0.88% -
XYZ 32.02 17.02 4.62 -
YUV 88.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 225 27 50 0 0.88 0.78 0.12 353.03 0.79 0.49
Hex E1 1B 32 0 58 4E C 161 4F 31
Octal 341 33 62 0 130 116 14 541 117 61
Binary 11100001 11011 110010 0 1011000 1001110 1100 101100001 1001111 110001

Color Harmonies of #E11B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11B32

Black with #E11B32

Text Example


Text Example

White with #E11B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11B32; }

 p { color: rgb(225,27,50); }

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

background-color css

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

 a { background-color: rgb(225,27,50); }

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

border-color css

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

 span { border-color: rgb(225,27,50); }

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