Html Css Color HEX #E11032 Crimson

📋 copy color: '#E11032'

red 225 ◦ green 16 ◦ blue 50

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

Shades of Crimson #E11032

Tints of Crimson #E11032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

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

R = 77.32%
G = 5.5%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E11032 (or 0xE11032) is known color: Crimson. HEX triplet: E1, 10 and 32. RGB value is (225,16,50). Sum of RGB (Red+Green+Blue) = 225+16+50=291 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.32% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 225 - color contains mainly: red. Hex color #E11032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11032 is #1EEFCD. Grayscale: #525252. Windows color (decimal): -2027470 or 3281121. OLE color: 3281121.

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

Color convert

RGB 225 16 50 -
CMYK 0 0.93 0.78 0.12
HSL 350.24º 0.87% 0.47% -
HSV(B) 350.24º 0.93% 0.88% -
XYZ 31.81 16.61 4.55 -
YUV 82.37 109.74 229.74 -
System Red Green Blue C M Y K H S L
Decimal 225 16 50 0 0.93 0.78 0.12 350.24 0.87 0.47
Hex E1 10 32 0 5D 4E C 15E 57 2F
Octal 341 20 62 0 135 116 14 536 127 57
Binary 11100001 10000 110010 0 1011101 1001110 1100 101011110 1010111 101111

Color Harmonies of #E11032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11032

Black with #E11032

Text Example


Text Example

White with #E11032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11032; }

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

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

background-color css

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

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

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

border-color css

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

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

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