Html Css Color HEX #E11C40 Crimson

📋 copy color: '#E11C40'

red 225 ◦ green 28 ◦ blue 64

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

Shades of Crimson #E11C40

Tints of Crimson #E11C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 70.98%
G = 8.83%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E11C40 (or 0xE11C40) is known color: Crimson. HEX triplet: E1, 1C and 40. RGB value is (225,28,64). Sum of RGB (Red+Green+Blue) = 225+28+64=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C40 is #1EE3BF. Grayscale: #5B5B5B. Windows color (decimal): -2024384 or 4201697. OLE color: 4201697.

HSL color Cylindrical-coordinate representation of color #E11C40: hue angle of 349.04º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11C40 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 28 64 -
CMYK 0 0.88 0.72 0.12
HSL 349.04º 0.78% 0.5% -
HSV(B) 349.04º 0.88% 0.88% -
XYZ 32.39 17.21 6.46 -
YUV 91.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 225 28 64 0 0.88 0.72 0.12 349.04 0.78 0.5
Hex E1 1C 40 0 58 48 C 15D 4E 32
Octal 341 34 100 0 130 110 14 535 116 62
Binary 11100001 11100 1000000 0 1011000 1001000 1100 101011101 1001110 110010

Color Harmonies of #E11C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C40

Black with #E11C40

Text Example


Text Example

White with #E11C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C40; }

 p { color: rgb(225,28,64); }

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

background-color css

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

 a { background-color: rgb(225,28,64); }

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

border-color css

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

 span { border-color: rgb(225,28,64); }

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