Html Css Color HEX #E51040 Crimson

📋 copy color: '#E51040'

red 229 ◦ green 16 ◦ blue 64

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

Shades of Crimson #E51040

Tints of Crimson #E51040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

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

R = 74.11%
G = 5.18%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E51040 (or 0xE51040) is known color: Crimson. HEX triplet: E5, 10 and 40. RGB value is (229,16,64). Sum of RGB (Red+Green+Blue) = 229+16+64=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E51040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E51040 is #1AEFBF. Grayscale: #555555. Windows color (decimal): -1765312 or 4198629. OLE color: 4198629.

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

Color convert

RGB 229 16 64 -
CMYK 0 0.93 0.72 0.10
HSL 346.48º 0.87% 0.48% -
HSV(B) 346.48º 0.93% 0.9% -
XYZ 33.42 17.4 6.45 -
YUV 85.16 116.07 230.6 -
System Red Green Blue C M Y K H S L
Decimal 229 16 64 0 0.93 0.72 0.10 346.48 0.87 0.48
Hex E5 10 40 0 5D 48 A 15A 57 30
Octal 345 20 100 0 135 110 12 532 127 60
Binary 11100101 10000 1000000 0 1011101 1001000 1010 101011010 1010111 110000

Color Harmonies of #E51040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51040

Black with #E51040

Text Example


Text Example

White with #E51040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51040; }

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

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

background-color css

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

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

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

border-color css

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

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

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