Html Css Color HEX #E50A49 Crimson

📋 copy color: '#E50A49'

red 229 ◦ green 10 ◦ blue 73

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

Shades of Crimson #E50A49

Tints of Crimson #E50A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 73.4%
G = 3.21%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E50A49 (or 0xE50A49) is known color: Crimson. HEX triplet: E5, 0A and 49. RGB value is (229,10,73). Sum of RGB (Red+Green+Blue) = 229+10+73=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50A49 is #1AF5B6. Grayscale: #525252. Windows color (decimal): -1766839 or 4786917. OLE color: 4786917.

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

Color convert

RGB 229 10 73 -
CMYK 0 0.96 0.68 0.10
HSL 342.74º 0.92% 0.47% -
HSV(B) 342.74º 0.96% 0.9% -
XYZ 33.62 17.36 7.88 -
YUV 82.66 122.55 232.38 -
System Red Green Blue C M Y K H S L
Decimal 229 10 73 0 0.96 0.68 0.10 342.74 0.92 0.47
Hex E5 A 49 0 60 44 A 157 5C 2F
Octal 345 12 111 0 140 104 12 527 134 57
Binary 11100101 1010 1001001 0 1100000 1000100 1010 101010111 1011100 101111

Color Harmonies of #E50A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A49

Black with #E50A49

Text Example


Text Example

White with #E50A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A49; }

 p { color: rgb(229,10,73); }

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

background-color css

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

 a { background-color: rgb(229,10,73); }

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

border-color css

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

 span { border-color: rgb(229,10,73); }

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