Html Css Color HEX #E51340 Crimson

📋 copy color: '#E51340'

red 229 ◦ green 19 ◦ blue 64

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

Shades of Crimson #E51340

Tints of Crimson #E51340

RGB

 RED value IS 229 (89.84% from 255) = 73.4%

 GREEN value IS 19 (7.81% from 255) = 6.09%

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

R = 73.4%
G = 6.09%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E51340 (or 0xE51340) is known color: Crimson. HEX triplet: E5, 13 and 40. RGB value is (229,19,64). Sum of RGB (Red+Green+Blue) = 229+19+64=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E51340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51340 is #1AECBF. Grayscale: #565656. Windows color (decimal): -1764544 or 4199397. OLE color: 4199397.

HSL color Cylindrical-coordinate representation of color #E51340: hue angle of 347.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51340 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 19 64 -
CMYK 0 0.92 0.72 0.10
HSL 347.14º 0.85% 0.49% -
HSV(B) 347.14º 0.92% 0.9% -
XYZ 33.47 17.49 6.46 -
YUV 86.92 115.07 229.34 -
System Red Green Blue C M Y K H S L
Decimal 229 19 64 0 0.92 0.72 0.10 347.14 0.85 0.49
Hex E5 13 40 0 5C 48 A 15B 55 31
Octal 345 23 100 0 134 110 12 533 125 61
Binary 11100101 10011 1000000 0 1011100 1001000 1010 101011011 1010101 110001

Color Harmonies of #E51340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51340

Black with #E51340

Text Example


Text Example

White with #E51340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51340; }

 p { color: rgb(229,19,64); }

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

background-color css

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

 a { background-color: rgb(229,19,64); }

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

border-color css

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

 span { border-color: rgb(229,19,64); }

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