Html Css Color HEX #E50920 Fire Engine Red

📋 copy color: '#E50920'

red 229 ◦ green 9 ◦ blue 32

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

Shades of Fire Engine Red #E50920

Tints of Fire Engine Red #E50920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 84.81%
G = 3.33%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E50920 (or 0xE50920) is known color: Fire Engine Red. HEX triplet: E5, 09 and 20. RGB value is (229,9,32). Sum of RGB (Red+Green+Blue) = 229+9+32=270 (35% of max value = 765). Red value is 229 (89.84% from 255 or 84.81% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 229 - color contains mainly: red. Hex color #E50920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50920 is #1AF6DF. Grayscale: #4D4D4D. Windows color (decimal): -1767136 or 2099685. OLE color: 2099685.

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

Color convert

RGB 229 9 32 -
CMYK 0 0.96 0.86 0.10
HSL 353.73º 0.92% 0.47% -
HSV(B) 353.73º 0.96% 0.9% -
XYZ 32.67 16.96 2.92 -
YUV 77.4 102.39 236.13 -
System Red Green Blue C M Y K H S L
Decimal 229 9 32 0 0.96 0.86 0.10 353.73 0.92 0.47
Hex E5 9 20 0 60 56 A 162 5C 2F
Octal 345 11 40 0 140 126 12 542 134 57
Binary 11100101 1001 100000 0 1100000 1010110 1010 101100010 1011100 101111

Color Harmonies of #E50920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50920

Black with #E50920

Text Example


Text Example

White with #E50920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50920; }

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

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

background-color css

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

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

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

border-color css

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

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

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