Html Css Color HEX #E70520 Fire Engine Red

📋 copy color: '#E70520'

red 231 ◦ green 5 ◦ blue 32

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

Shades of Fire Engine Red #E70520

Tints of Fire Engine Red #E70520

RGB

 RED value IS 231 (90.63% from 255) = 86.19%

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

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

R = 86.19%
G = 1.87%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E70520 (or 0xE70520) is known color: Fire Engine Red. HEX triplet: E7, 05 and 20. RGB value is (231,5,32). Sum of RGB (Red+Green+Blue) = 231+5+32=268 (35% of max value = 765). Red value is 231 (90.62% from 255 or 86.19% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 231 - color contains mainly: red. Hex color #E70520 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70520 is #18FADF. Grayscale: #4B4B4B. Windows color (decimal): -1637088 or 2098663. OLE color: 2098663.

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

Color convert

RGB 231 5 32 -
CMYK 0 0.98 0.86 0.09
HSL 352.83º 0.96% 0.46% -
HSV(B) 352.83º 0.98% 0.91% -
XYZ 33.27 17.2 2.93 -
YUV 75.65 103.37 238.8 -
System Red Green Blue C M Y K H S L
Decimal 231 5 32 0 0.98 0.86 0.09 352.83 0.96 0.46
Hex E7 5 20 0 62 56 9 161 60 2E
Octal 347 5 40 0 142 126 11 541 140 56
Binary 11100111 101 100000 0 1100010 1010110 1001 101100001 1100000 101110

Color Harmonies of #E70520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70520

Black with #E70520

Text Example


Text Example

White with #E70520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70520; }

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

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

background-color css

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

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

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

border-color css

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

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

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