Html Css Color HEX #E50534 Crimson

📋 copy color: '#E50534'

red 229 ◦ green 5 ◦ blue 52

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

Shades of Crimson #E50534

Tints of Crimson #E50534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 80.07%
G = 1.75%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E50534 (or 0xE50534) is known color: Crimson. HEX triplet: E5, 05 and 34. RGB value is (229,5,52). Sum of RGB (Red+Green+Blue) = 229+5+52=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E50534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50534 is #1AFACB. Grayscale: #4D4D4D. Windows color (decimal): -1768140 or 3409381. OLE color: 3409381.

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

Color convert

RGB 229 5 52 -
CMYK 0 0.98 0.77 0.10
HSL 347.41º 0.96% 0.46% -
HSV(B) 347.41º 0.98% 0.9% -
XYZ 32.99 17.01 4.79 -
YUV 77.33 113.71 236.18 -
System Red Green Blue C M Y K H S L
Decimal 229 5 52 0 0.98 0.77 0.10 347.41 0.96 0.46
Hex E5 5 34 0 62 4D A 15B 60 2E
Octal 345 5 64 0 142 115 12 533 140 56
Binary 11100101 101 110100 0 1100010 1001101 1010 101011011 1100000 101110

Color Harmonies of #E50534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50534

Black with #E50534

Text Example


Text Example

White with #E50534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50534; }

 p { color: rgb(229,5,52); }

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

background-color css

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

 a { background-color: rgb(229,5,52); }

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

border-color css

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

 span { border-color: rgb(229,5,52); }

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