Html Css Color HEX #E11F32 Alizarin

📋 copy color: '#E11F32'

red 225 ◦ green 31 ◦ blue 50

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

Shades of Alizarin #E11F32

Tints of Alizarin #E11F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.13%

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 73.53%
G = 10.13%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E11F32 (or 0xE11F32) is known color: Alizarin. HEX triplet: E1, 1F and 32. RGB value is (225,31,50). Sum of RGB (Red+Green+Blue) = 225+31+50=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F32 is #1EE0CD. Grayscale: #5B5B5B. Windows color (decimal): -2023630 or 3284961. OLE color: 3284961.

HSL color Cylindrical-coordinate representation of color #E11F32: hue angle of 354.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E11F32 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 31 50 -
CMYK 0 0.86 0.78 0.12
HSL 354.12º 0.76% 0.5% -
HSV(B) 354.12º 0.86% 0.88% -
XYZ 32.12 17.22 4.65 -
YUV 91.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 225 31 50 0 0.86 0.78 0.12 354.12 0.76 0.5
Hex E1 1F 32 0 56 4E C 162 4C 32
Octal 341 37 62 0 126 116 14 542 114 62
Binary 11100001 11111 110010 0 1010110 1001110 1100 101100010 1001100 110010

Color Harmonies of #E11F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F32

Black with #E11F32

Text Example


Text Example

White with #E11F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F32; }

 p { color: rgb(225,31,50); }

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

background-color css

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

 a { background-color: rgb(225,31,50); }

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

border-color css

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

 span { border-color: rgb(225,31,50); }

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