Html Css Color HEX #E11942 Crimson

📋 copy color: '#E11942'

red 225 ◦ green 25 ◦ blue 66

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

Shades of Crimson #E11942

Tints of Crimson #E11942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 71.2%
G = 7.91%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E11942 (or 0xE11942) is known color: Crimson. HEX triplet: E1, 19 and 42. RGB value is (225,25,66). Sum of RGB (Red+Green+Blue) = 225+25+66=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E11942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11942 is #1EE6BD. Grayscale: #595959. Windows color (decimal): -2025150 or 4332001. OLE color: 4332001.

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

Color convert

RGB 225 25 66 -
CMYK 0 0.89 0.71 0.12
HSL 347.7º 0.8% 0.49% -
HSV(B) 347.7º 0.89% 0.88% -
XYZ 32.38 17.1 6.75 -
YUV 89.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 225 25 66 0 0.89 0.71 0.12 347.7 0.8 0.49
Hex E1 19 42 0 59 47 C 15C 50 31
Octal 341 31 102 0 131 107 14 534 120 61
Binary 11100001 11001 1000010 0 1011001 1000111 1100 101011100 1010000 110001

Color Harmonies of #E11942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11942

Black with #E11942

Text Example


Text Example

White with #E11942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11942; }

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

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

background-color css

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

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

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

border-color css

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

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

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