Html Css Color HEX #E71140 Crimson

📋 copy color: '#E71140'

red 231 ◦ green 17 ◦ blue 64

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

Shades of Crimson #E71140

Tints of Crimson #E71140

RGB

 RED value IS 231 (90.63% from 255) = 74.04%

 GREEN value IS 17 (7.03% from 255) = 5.45%

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

R = 74.04%
G = 5.45%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E71140 (or 0xE71140) is known color: Crimson. HEX triplet: E7, 11 and 40. RGB value is (231,17,64). Sum of RGB (Red+Green+Blue) = 231+17+64=312 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.04% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 231 - color contains mainly: red. Hex color #E71140 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71140 is #18EEBF. Grayscale: #565656. Windows color (decimal): -1633984 or 4198887. OLE color: 4198887.

HSL color Cylindrical-coordinate representation of color #E71140: hue angle of 346.82º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E71140 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 64 -
CMYK 0 0.93 0.72 0.09
HSL 346.82º 0.86% 0.49% -
HSV(B) 346.82º 0.93% 0.91% -
XYZ 34.08 17.76 6.48 -
YUV 86.34 115.4 231.18 -
System Red Green Blue C M Y K H S L
Decimal 231 17 64 0 0.93 0.72 0.09 346.82 0.86 0.49
Hex E7 11 40 0 5D 48 9 15B 56 31
Octal 347 21 100 0 135 110 11 533 126 61
Binary 11100111 10001 1000000 0 1011101 1001000 1001 101011011 1010110 110001

Color Harmonies of #E71140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71140

Black with #E71140

Text Example


Text Example

White with #E71140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71140; }

 p { color: rgb(231,17,64); }

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

background-color css

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

 a { background-color: rgb(231,17,64); }

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

border-color css

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

 span { border-color: rgb(231,17,64); }

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