Html Css Color HEX #E50F49 Crimson

📋 copy color: '#E50F49'

red 229 ◦ green 15 ◦ blue 73

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

Shades of Crimson #E50F49

Tints of Crimson #E50F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.73%

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

R = 72.24%
G = 4.73%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E50F49 (or 0xE50F49) is known color: Crimson. HEX triplet: E5, 0F and 49. RGB value is (229,15,73). Sum of RGB (Red+Green+Blue) = 229+15+73=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50F49 is #1AF0B6. Grayscale: #555555. Windows color (decimal): -1765559 or 4788197. OLE color: 4788197.

HSL color Cylindrical-coordinate representation of color #E50F49: hue angle of 343.74º degrees, saturation: 0.88, 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 #E50F49 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 15 73 -
CMYK 0 0.93 0.68 0.10
HSL 343.74º 0.88% 0.48% -
HSV(B) 343.74º 0.93% 0.9% -
XYZ 33.69 17.48 7.9 -
YUV 85.6 120.9 230.28 -
System Red Green Blue C M Y K H S L
Decimal 229 15 73 0 0.93 0.68 0.10 343.74 0.88 0.48
Hex E5 F 49 0 5D 44 A 158 58 30
Octal 345 17 111 0 135 104 12 530 130 60
Binary 11100101 1111 1001001 0 1011101 1000100 1010 101011000 1011000 110000

Color Harmonies of #E50F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F49

Black with #E50F49

Text Example


Text Example

White with #E50F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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