Html Css Color HEX #E11C30 Alizarin

📋 copy color: '#E11C30'

red 225 ◦ green 28 ◦ blue 48

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

Shades of Alizarin #E11C30

Tints of Alizarin #E11C30

RGB

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

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

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

R = 74.75%
G = 9.3%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E11C30 (or 0xE11C30) is known color: Alizarin. HEX triplet: E1, 1C and 30. RGB value is (225,28,48). Sum of RGB (Red+Green+Blue) = 225+28+48=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C30 is #1EE3CF. Grayscale: #595959. Windows color (decimal): -2024400 or 3153121. OLE color: 3153121.

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

Color convert

RGB 225 28 48 -
CMYK 0 0.88 0.79 0.12
HSL 353.91º 0.78% 0.5% -
HSV(B) 353.91º 0.88% 0.88% -
XYZ 32 17.05 4.4 -
YUV 89.18 104.77 224.87 -
System Red Green Blue C M Y K H S L
Decimal 225 28 48 0 0.88 0.79 0.12 353.91 0.78 0.5
Hex E1 1C 30 0 58 4F C 162 4E 32
Octal 341 34 60 0 130 117 14 542 116 62
Binary 11100001 11100 110000 0 1011000 1001111 1100 101100010 1001110 110010

Color Harmonies of #E11C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C30

Black with #E11C30

Text Example


Text Example

White with #E11C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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