Html Css Color HEX #E71129 Crimson

📋 copy color: '#E71129'

red 231 ◦ green 17 ◦ blue 41

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

Shades of Crimson #E71129

Tints of Crimson #E71129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 79.93%
G = 5.88%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E71129 (or 0xE71129) is known color: Crimson. HEX triplet: E7, 11 and 29. RGB value is (231,17,41). Sum of RGB (Red+Green+Blue) = 231+17+41=289 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.93% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 231 - color contains mainly: red. Hex color #E71129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71129 is #18EED6. Grayscale: #535353. Windows color (decimal): -1634007 or 2691559. OLE color: 2691559.

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

Color convert

RGB 231 17 41 -
CMYK 0 0.93 0.82 0.09
HSL 353.27º 0.86% 0.49% -
HSV(B) 353.27º 0.93% 0.91% -
XYZ 33.56 17.55 3.72 -
YUV 83.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 231 17 41 0 0.93 0.82 0.09 353.27 0.86 0.49
Hex E7 11 29 0 5D 52 9 161 56 31
Octal 347 21 51 0 135 122 11 541 126 61
Binary 11100111 10001 101001 0 1011101 1010010 1001 101100001 1010110 110001

Color Harmonies of #E71129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71129

Black with #E71129

Text Example


Text Example

White with #E71129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71129; }

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

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

background-color css

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

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

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

border-color css

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

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

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