Html Css Color HEX #E11C2E Alizarin

📋 copy color: '#E11C2E'

red 225 ◦ green 28 ◦ blue 46

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

Shades of Alizarin #E11C2E

Tints of Alizarin #E11C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.38%

R = 75.25%
G = 9.36%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E11C2E (or 0xE11C2E) is known color: Alizarin. HEX triplet: E1, 1C and 2E. RGB value is (225,28,46). Sum of RGB (Red+Green+Blue) = 225+28+46=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C2E is #1EE3D1. Grayscale: #595959. Windows color (decimal): -2024402 or 3022049. OLE color: 3022049.

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

Color convert

RGB 225 28 46 -
CMYK 0 0.88 0.80 0.12
HSL 354.52º 0.78% 0.5% -
HSV(B) 354.52º 0.88% 0.88% -
XYZ 31.96 17.04 4.19 -
YUV 88.96 103.77 225.04 -
System Red Green Blue C M Y K H S L
Decimal 225 28 46 0 0.88 0.80 0.12 354.52 0.78 0.5
Hex E1 1C 2E 0 58 50 C 163 4E 32
Octal 341 34 56 0 130 120 14 543 116 62
Binary 11100001 11100 101110 0 1011000 1010000 1100 101100011 1001110 110010

Color Harmonies of #E11C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C2E

Black with #E11C2E

Text Example


Text Example

White with #E11C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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