Html Css Color HEX #E11329 Crimson

📋 copy color: '#E11329'

red 225 ◦ green 19 ◦ blue 41

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

Shades of Crimson #E11329

Tints of Crimson #E11329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 78.95%
G = 6.67%
B = 14.39%

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

#E11329 (or 0xE11329) is known color: Crimson. HEX triplet: E1, 13 and 29. RGB value is (225,19,41). Sum of RGB (Red+Green+Blue) = 225+19+41=285 (37% of max value = 765). Red value is 225 (88.28% from 255 or 78.95% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 225 - color contains mainly: red. Hex color #E11329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11329 is #1EECD6. Grayscale: #535353. Windows color (decimal): -2026711 or 2692065. OLE color: 2692065.

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

Color convert

RGB 225 19 41 -
CMYK 0 0.92 0.82 0.12
HSL 353.59º 0.84% 0.48% -
HSV(B) 353.59º 0.92% 0.88% -
XYZ 31.68 16.63 3.64 -
YUV 83.1 104.25 229.21 -
System Red Green Blue C M Y K H S L
Decimal 225 19 41 0 0.92 0.82 0.12 353.59 0.84 0.48
Hex E1 13 29 0 5C 52 C 162 54 30
Octal 341 23 51 0 134 122 14 542 124 60
Binary 11100001 10011 101001 0 1011100 1010010 1100 101100010 1010100 110000

Color Harmonies of #E11329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11329

Black with #E11329

Text Example


Text Example

White with #E11329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11329; }

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

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

background-color css

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

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

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

border-color css

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

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

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