Html Css Color HEX #E71142 Crimson

📋 copy color: '#E71142'

red 231 ◦ green 17 ◦ blue 66

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

Shades of Crimson #E71142

Tints of Crimson #E71142

RGB

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

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

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

R = 73.57%
G = 5.41%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E71142 (or 0xE71142) is known color: Crimson. HEX triplet: E7, 11 and 42. RGB value is (231,17,66). Sum of RGB (Red+Green+Blue) = 231+17+66=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E71142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71142 is #18EEBD. Grayscale: #565656. Windows color (decimal): -1633982 or 4329959. OLE color: 4329959.

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

Color convert

RGB 231 17 66 -
CMYK 0 0.93 0.71 0.09
HSL 346.26º 0.86% 0.49% -
HSV(B) 346.26º 0.93% 0.91% -
XYZ 34.14 17.78 6.79 -
YUV 86.57 116.4 231.02 -
System Red Green Blue C M Y K H S L
Decimal 231 17 66 0 0.93 0.71 0.09 346.26 0.86 0.49
Hex E7 11 42 0 5D 47 9 15A 56 31
Octal 347 21 102 0 135 107 11 532 126 61
Binary 11100111 10001 1000010 0 1011101 1000111 1001 101011010 1010110 110001

Color Harmonies of #E71142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71142

Black with #E71142

Text Example


Text Example

White with #E71142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71142; }

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

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

background-color css

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

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

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

border-color css

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

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

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