Html Css Color HEX #E11740 Crimson

📋 copy color: '#E11740'

red 225 ◦ green 23 ◦ blue 64

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

Shades of Crimson #E11740

Tints of Crimson #E11740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

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

R = 72.12%
G = 7.37%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E11740 (or 0xE11740) is known color: Crimson. HEX triplet: E1, 17 and 40. RGB value is (225,23,64). Sum of RGB (Red+Green+Blue) = 225+23+64=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E11740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11740 is #1EE8BF. Grayscale: #585858. Windows color (decimal): -2025664 or 4200417. OLE color: 4200417.

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

Color convert

RGB 225 23 64 -
CMYK 0 0.90 0.72 0.12
HSL 347.82º 0.81% 0.49% -
HSV(B) 347.82º 0.9% 0.88% -
XYZ 32.28 16.99 6.43 -
YUV 88.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 225 23 64 0 0.90 0.72 0.12 347.82 0.81 0.49
Hex E1 17 40 0 5A 48 C 15C 51 31
Octal 341 27 100 0 132 110 14 534 121 61
Binary 11100001 10111 1000000 0 1011010 1001000 1100 101011100 1010001 110001

Color Harmonies of #E11740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11740

Black with #E11740

Text Example


Text Example

White with #E11740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11740; }

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

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

background-color css

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

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

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

border-color css

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

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

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