Html Css Color HEX #E11129 Crimson

📋 copy color: '#E11129'

red 225 ◦ green 17 ◦ blue 41

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

Shades of Crimson #E11129

Tints of Crimson #E11129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 79.51%
G = 6.01%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E11129 (or 0xE11129) is known color: Crimson. HEX triplet: E1, 11 and 29. RGB value is (225,17,41). Sum of RGB (Red+Green+Blue) = 225+17+41=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E11129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11129 is #1EEED6. Grayscale: #525252. Windows color (decimal): -2027223 or 2691553. OLE color: 2691553.

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

Color convert

RGB 225 17 41 -
CMYK 0 0.92 0.82 0.12
HSL 353.08º 0.86% 0.47% -
HSV(B) 353.08º 0.92% 0.88% -
XYZ 31.65 16.57 3.63 -
YUV 81.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 225 17 41 0 0.92 0.82 0.12 353.08 0.86 0.47
Hex E1 11 29 0 5C 52 C 161 56 2F
Octal 341 21 51 0 134 122 14 541 126 57
Binary 11100001 10001 101001 0 1011100 1010010 1100 101100001 1010110 101111

Color Harmonies of #E11129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11129

Black with #E11129

Text Example


Text Example

White with #E11129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11129; }

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

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

background-color css

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

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

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

border-color css

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

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

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