Html Css Color HEX #E11332 Crimson

📋 copy color: '#E11332'

red 225 ◦ green 19 ◦ blue 50

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

Shades of Crimson #E11332

Tints of Crimson #E11332

RGB

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

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

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

R = 76.53%
G = 6.46%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E11332 (or 0xE11332) is known color: Crimson. HEX triplet: E1, 13 and 32. RGB value is (225,19,50). Sum of RGB (Red+Green+Blue) = 225+19+50=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E11332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11332 is #1EECCD. Grayscale: #545454. Windows color (decimal): -2026702 or 3281889. OLE color: 3281889.

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

Color convert

RGB 225 19 50 -
CMYK 0 0.92 0.78 0.12
HSL 350.97º 0.84% 0.48% -
HSV(B) 350.97º 0.92% 0.88% -
XYZ 31.86 16.7 4.56 -
YUV 84.13 108.75 228.48 -
System Red Green Blue C M Y K H S L
Decimal 225 19 50 0 0.92 0.78 0.12 350.97 0.84 0.48
Hex E1 13 32 0 5C 4E C 15F 54 30
Octal 341 23 62 0 134 116 14 537 124 60
Binary 11100001 10011 110010 0 1011100 1001110 1100 101011111 1010100 110000

Color Harmonies of #E11332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11332

Black with #E11332

Text Example


Text Example

White with #E11332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11332; }

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

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

background-color css

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

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

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

border-color css

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

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

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