Html Css Color HEX #E10720 Fire Engine Red

📋 copy color: '#E10720'

red 225 ◦ green 7 ◦ blue 32

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

Shades of Fire Engine Red #E10720

Tints of Fire Engine Red #E10720

RGB

 RED value IS 225 (88.28% from 255) = 85.23%

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 85.23%
G = 2.65%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E10720 (or 0xE10720) is known color: Fire Engine Red. HEX triplet: E1, 07 and 20. RGB value is (225,7,32). Sum of RGB (Red+Green+Blue) = 225+7+32=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E10720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10720 is #1EF8DF. Grayscale: #4B4B4B. Windows color (decimal): -2029792 or 2099169. OLE color: 2099169.

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

Color convert

RGB 225 7 32 -
CMYK 0 0.97 0.86 0.12
HSL 353.12º 0.94% 0.45% -
HSV(B) 353.12º 0.97% 0.88% -
XYZ 31.39 16.26 2.85 -
YUV 75.03 103.72 234.97 -
System Red Green Blue C M Y K H S L
Decimal 225 7 32 0 0.97 0.86 0.12 353.12 0.94 0.45
Hex E1 7 20 0 61 56 C 161 5E 2D
Octal 341 7 40 0 141 126 14 541 136 55
Binary 11100001 111 100000 0 1100001 1010110 1100 101100001 1011110 101101

Color Harmonies of #E10720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10720

Black with #E10720

Text Example


Text Example

White with #E10720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10720; }

 p { color: rgb(225,7,32); }

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

background-color css

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

 a { background-color: rgb(225,7,32); }

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

border-color css

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

 span { border-color: rgb(225,7,32); }

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