Html Css Color HEX #E11C2D Alizarin

📋 copy color: '#E11C2D'

red 225 ◦ green 28 ◦ blue 45

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

Shades of Alizarin #E11C2D

Tints of Alizarin #E11C2D

RGB

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

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

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

R = 75.5%
G = 9.4%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E11C2D (or 0xE11C2D) is known color: Alizarin. HEX triplet: E1, 1C and 2D. RGB value is (225,28,45). Sum of RGB (Red+Green+Blue) = 225+28+45=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C2D is #1EE3D2. Grayscale: #585858. Windows color (decimal): -2024403 or 2956513. OLE color: 2956513.

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

Color convert

RGB 225 28 45 -
CMYK 0 0.88 0.8 0.12
HSL 354.82º 0.78% 0.5% -
HSV(B) 354.82º 0.88% 0.88% -
XYZ 31.94 17.03 4.09 -
YUV 88.84 103.27 225.12 -
System Red Green Blue C M Y K H S L
Decimal 225 28 45 0 0.88 0.8 0.12 354.82 0.78 0.5
Hex E1 1C 2D 0 58 50 C 163 4E 32
Octal 341 34 55 0 130 120 14 543 116 62
Binary 11100001 11100 101101 0 1011000 1010000 1100 101100011 1001110 110010

Color Harmonies of #E11C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C2D

Black with #E11C2D

Text Example


Text Example

White with #E11C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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