Html Css Color HEX #E11D30 Alizarin

📋 copy color: '#E11D30'

red 225 ◦ green 29 ◦ blue 48

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

Shades of Alizarin #E11D30

Tints of Alizarin #E11D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 74.5%
G = 9.6%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E11D30 (or 0xE11D30) is known color: Alizarin. HEX triplet: E1, 1D and 30. RGB value is (225,29,48). Sum of RGB (Red+Green+Blue) = 225+29+48=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D30 is #1EE2CF. Grayscale: #595959. Windows color (decimal): -2024144 or 3153377. OLE color: 3153377.

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

Color convert

RGB 225 29 48 -
CMYK 0 0.87 0.79 0.12
HSL 354.18º 0.77% 0.5% -
HSV(B) 354.18º 0.87% 0.88% -
XYZ 32.02 17.1 4.41 -
YUV 89.77 104.43 224.46 -
System Red Green Blue C M Y K H S L
Decimal 225 29 48 0 0.87 0.79 0.12 354.18 0.77 0.5
Hex E1 1D 30 0 57 4F C 162 4D 32
Octal 341 35 60 0 127 117 14 542 115 62
Binary 11100001 11101 110000 0 1010111 1001111 1100 101100010 1001101 110010

Color Harmonies of #E11D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D30

Black with #E11D30

Text Example


Text Example

White with #E11D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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