Html Css Color HEX #E50520 Fire Engine Red

📋 copy color: '#E50520'

red 229 ◦ green 5 ◦ blue 32

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

Shades of Fire Engine Red #E50520

Tints of Fire Engine Red #E50520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 86.09%
G = 1.88%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E50520 (or 0xE50520) is known color: Fire Engine Red. HEX triplet: E5, 05 and 20. RGB value is (229,5,32). Sum of RGB (Red+Green+Blue) = 229+5+32=266 (35% of max value = 765). Red value is 229 (89.84% from 255 or 86.09% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 229 - color contains mainly: red. Hex color #E50520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50520 is #1AFADF. Grayscale: #4B4B4B. Windows color (decimal): -1768160 or 2098661. OLE color: 2098661.

HSL color Cylindrical-coordinate representation of color #E50520: hue angle of 352.77º 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 #E50520 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 32 -
CMYK 0 0.98 0.86 0.10
HSL 352.77º 0.96% 0.46% -
HSV(B) 352.77º 0.98% 0.9% -
XYZ 32.63 16.87 2.9 -
YUV 75.05 103.71 237.8 -
System Red Green Blue C M Y K H S L
Decimal 229 5 32 0 0.98 0.86 0.10 352.77 0.96 0.46
Hex E5 5 20 0 62 56 A 161 60 2E
Octal 345 5 40 0 142 126 12 541 140 56
Binary 11100101 101 100000 0 1100010 1010110 1010 101100001 1100000 101110

Color Harmonies of #E50520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50520

Black with #E50520

Text Example


Text Example

White with #E50520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50520; }

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

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

background-color css

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

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

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

border-color css

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

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

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