Html Css Color HEX #E50E3C Crimson

📋 copy color: '#E50E3C'

red 229 ◦ green 14 ◦ blue 60

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

Shades of Crimson #E50E3C

Tints of Crimson #E50E3C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.62%

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 75.58%
G = 4.62%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E50E3C (or 0xE50E3C) is known color: Crimson. HEX triplet: E5, 0E and 3C. RGB value is (229,14,60). Sum of RGB (Red+Green+Blue) = 229+14+60=303 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.58% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50E3C is #1AF1C3. Grayscale: #535353. Windows color (decimal): -1765828 or 3935973. OLE color: 3935973.

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

Color convert

RGB 229 14 60 -
CMYK 0 0.94 0.74 0.10
HSL 347.16º 0.88% 0.48% -
HSV(B) 347.16º 0.94% 0.9% -
XYZ 33.29 17.3 5.86 -
YUV 83.53 114.73 231.76 -
System Red Green Blue C M Y K H S L
Decimal 229 14 60 0 0.94 0.74 0.10 347.16 0.88 0.48
Hex E5 E 3C 0 5E 4A A 15B 58 30
Octal 345 16 74 0 136 112 12 533 130 60
Binary 11100101 1110 111100 0 1011110 1001010 1010 101011011 1011000 110000

Color Harmonies of #E50E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50E3C

Black with #E50E3C

Text Example


Text Example

White with #E50E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50E3C; }

 p { color: rgb(229,14,60); }

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

background-color css

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

 a { background-color: rgb(229,14,60); }

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

border-color css

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

 span { border-color: rgb(229,14,60); }

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