Html Css Color HEX #E71540 Crimson

📋 copy color: '#E71540'

red 231 ◦ green 21 ◦ blue 64

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

Shades of Crimson #E71540

Tints of Crimson #E71540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

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

R = 73.1%
G = 6.65%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E71540 (or 0xE71540) is known color: Crimson. HEX triplet: E7, 15 and 40. RGB value is (231,21,64). Sum of RGB (Red+Green+Blue) = 231+21+64=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E71540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E71540 is #18EABF. Grayscale: #585858. Windows color (decimal): -1632960 or 4199911. OLE color: 4199911.

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

Color convert

RGB 231 21 64 -
CMYK 0 0.91 0.72 0.09
HSL 347.71º 0.83% 0.49% -
HSV(B) 347.71º 0.91% 0.91% -
XYZ 34.15 17.9 6.5 -
YUV 88.69 114.07 229.5 -
System Red Green Blue C M Y K H S L
Decimal 231 21 64 0 0.91 0.72 0.09 347.71 0.83 0.49
Hex E7 15 40 0 5B 48 9 15C 53 31
Octal 347 25 100 0 133 110 11 534 123 61
Binary 11100111 10101 1000000 0 1011011 1001000 1001 101011100 1010011 110001

Color Harmonies of #E71540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71540

Black with #E71540

Text Example


Text Example

White with #E71540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71540; }

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

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

background-color css

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

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

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

border-color css

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

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

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