Html Css Color HEX #E11133 Crimson

📋 copy color: '#E11133'

red 225 ◦ green 17 ◦ blue 51

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

Shades of Crimson #E11133

Tints of Crimson #E11133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 76.79%
G = 5.8%
B = 17.41%

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

#E11133 (or 0xE11133) is known color: Crimson. HEX triplet: E1, 11 and 33. RGB value is (225,17,51). Sum of RGB (Red+Green+Blue) = 225+17+51=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E11133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11133 is #1EEECC. Grayscale: #535353. Windows color (decimal): -2027213 or 3346913. OLE color: 3346913.

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

Color convert

RGB 225 17 51 -
CMYK 0 0.92 0.77 0.12
HSL 350.19º 0.86% 0.47% -
HSV(B) 350.19º 0.92% 0.88% -
XYZ 31.85 16.65 4.67 -
YUV 83.07 109.91 229.24 -
System Red Green Blue C M Y K H S L
Decimal 225 17 51 0 0.92 0.77 0.12 350.19 0.86 0.47
Hex E1 11 33 0 5C 4D C 15E 56 2F
Octal 341 21 63 0 134 115 14 536 126 57
Binary 11100001 10001 110011 0 1011100 1001101 1100 101011110 1010110 101111

Color Harmonies of #E11133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11133

Black with #E11133

Text Example


Text Example

White with #E11133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11133; }

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

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

background-color css

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

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

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

border-color css

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

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

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