Html Css Color HEX #E00520 Fire Engine Red

📋 copy color: '#E00520'

red 224 ◦ green 5 ◦ blue 32

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

Shades of Fire Engine Red #E00520

Tints of Fire Engine Red #E00520

RGB

 RED value IS 224 (87.89% from 255) = 85.82%

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

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

R = 85.82%
G = 1.92%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E00520 (or 0xE00520) is known color: Fire Engine Red. HEX triplet: E0, 05 and 20. RGB value is (224,5,32). Sum of RGB (Red+Green+Blue) = 224+5+32=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E00520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00520 is #1FFADF. Grayscale: #494949. Windows color (decimal): -2095840 or 2098656. OLE color: 2098656.

HSL color Cylindrical-coordinate representation of color #E00520: hue angle of 352.6º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00520 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 32 -
CMYK 0 0.98 0.86 0.12
HSL 352.6º 0.96% 0.45% -
HSV(B) 352.6º 0.98% 0.88% -
XYZ 31.06 16.06 2.83 -
YUV 73.56 104.55 235.3 -
System Red Green Blue C M Y K H S L
Decimal 224 5 32 0 0.98 0.86 0.12 352.6 0.96 0.45
Hex E0 5 20 0 62 56 C 161 60 2D
Octal 340 5 40 0 142 126 14 541 140 55
Binary 11100000 101 100000 0 1100010 1010110 1100 101100001 1100000 101101

Color Harmonies of #E00520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00520

Black with #E00520

Text Example


Text Example

White with #E00520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00520; }

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

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

background-color css

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

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

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

border-color css

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

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

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