Html Css Color HEX #E11E2D Alizarin

📋 copy color: '#E11E2D'

red 225 ◦ green 30 ◦ blue 45

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

Shades of Alizarin #E11E2D

Tints of Alizarin #E11E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 75%
G = 10%
B = 15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E11E2D (or 0xE11E2D) is known color: Alizarin. HEX triplet: E1, 1E and 2D. RGB value is (225,30,45). Sum of RGB (Red+Green+Blue) = 225+30+45=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E2D is #1EE1D2. Grayscale: #5A5A5A. Windows color (decimal): -2023891 or 2957025. OLE color: 2957025.

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

Color convert

RGB 225 30 45 -
CMYK 0 0.87 0.8 0.12
HSL 355.38º 0.76% 0.5% -
HSV(B) 355.38º 0.87% 0.88% -
XYZ 31.99 17.13 4.1 -
YUV 90.02 102.6 224.28 -
System Red Green Blue C M Y K H S L
Decimal 225 30 45 0 0.87 0.8 0.12 355.38 0.76 0.5
Hex E1 1E 2D 0 57 50 C 163 4C 32
Octal 341 36 55 0 127 120 14 543 114 62
Binary 11100001 11110 101101 0 1010111 1010000 1100 101100011 1001100 110010

Color Harmonies of #E11E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E2D

Black with #E11E2D

Text Example


Text Example

White with #E11E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E2D; }

 p { color: rgb(225,30,45); }

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

background-color css

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

 a { background-color: rgb(225,30,45); }

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

border-color css

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

 span { border-color: rgb(225,30,45); }

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