Html Css Color HEX #E11134 Crimson

📋 copy color: '#E11134'

red 225 ◦ green 17 ◦ blue 52

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

Shades of Crimson #E11134

Tints of Crimson #E11134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 76.53%
G = 5.78%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E11134 (or 0xE11134) is known color: Crimson. HEX triplet: E1, 11 and 34. RGB value is (225,17,52). Sum of RGB (Red+Green+Blue) = 225+17+52=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E11134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11134 is #1EEECB. Grayscale: #535353. Windows color (decimal): -2027212 or 3412449. OLE color: 3412449.

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

Color convert

RGB 225 17 52 -
CMYK 0 0.92 0.77 0.12
HSL 349.9º 0.86% 0.47% -
HSV(B) 349.9º 0.92% 0.88% -
XYZ 31.87 16.66 4.78 -
YUV 83.18 110.41 229.15 -
System Red Green Blue C M Y K H S L
Decimal 225 17 52 0 0.92 0.77 0.12 349.9 0.86 0.47
Hex E1 11 34 0 5C 4D C 15E 56 2F
Octal 341 21 64 0 134 115 14 536 126 57
Binary 11100001 10001 110100 0 1011100 1001101 1100 101011110 1010110 101111

Color Harmonies of #E11134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11134

Black with #E11134

Text Example


Text Example

White with #E11134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11134; }

 p { color: rgb(225,17,52); }

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

background-color css

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

 a { background-color: rgb(225,17,52); }

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

border-color css

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

 span { border-color: rgb(225,17,52); }

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