Html Css Color HEX #E11940 Crimson

📋 copy color: '#E11940'

red 225 ◦ green 25 ◦ blue 64

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

Shades of Crimson #E11940

Tints of Crimson #E11940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

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

R = 71.66%
G = 7.96%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E11940 (or 0xE11940) is known color: Crimson. HEX triplet: E1, 19 and 40. RGB value is (225,25,64). Sum of RGB (Red+Green+Blue) = 225+25+64=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E11940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11940 is #1EE6BF. Grayscale: #595959. Windows color (decimal): -2025152 or 4200929. OLE color: 4200929.

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

Color convert

RGB 225 25 64 -
CMYK 0 0.89 0.72 0.12
HSL 348.3º 0.8% 0.49% -
HSV(B) 348.3º 0.89% 0.88% -
XYZ 32.32 17.07 6.44 -
YUV 89.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 225 25 64 0 0.89 0.72 0.12 348.3 0.8 0.49
Hex E1 19 40 0 59 48 C 15C 50 31
Octal 341 31 100 0 131 110 14 534 120 61
Binary 11100001 11001 1000000 0 1011001 1001000 1100 101011100 1010000 110001

Color Harmonies of #E11940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11940

Black with #E11940

Text Example


Text Example

White with #E11940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11940; }

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

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

background-color css

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

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

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

border-color css

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

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

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