Html Css Color HEX #E10220 Fire Engine Red

📋 copy color: '#E10220'

red 225 ◦ green 2 ◦ blue 32

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

Shades of Fire Engine Red #E10220

Tints of Fire Engine Red #E10220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 86.87%
G = 0.77%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E10220 (or 0xE10220) is known color: Fire Engine Red. HEX triplet: E1, 02 and 20. RGB value is (225,2,32). Sum of RGB (Red+Green+Blue) = 225+2+32=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E10220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10220 is #1EFDDF. Grayscale: #484848. Windows color (decimal): -2031072 or 2097889. OLE color: 2097889.

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

Color convert

RGB 225 2 32 -
CMYK 0 0.99 0.86 0.12
HSL 351.93º 0.98% 0.45% -
HSV(B) 351.93º 0.99% 0.88% -
XYZ 31.33 16.16 2.83 -
YUV 72.1 105.38 237.06 -
System Red Green Blue C M Y K H S L
Decimal 225 2 32 0 0.99 0.86 0.12 351.93 0.98 0.45
Hex E1 2 20 0 63 56 C 160 62 2D
Octal 341 2 40 0 143 126 14 540 142 55
Binary 11100001 10 100000 0 1100011 1010110 1100 101100000 1100010 101101

Color Harmonies of #E10220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10220

Black with #E10220

Text Example


Text Example

White with #E10220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10220; }

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

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

background-color css

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

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

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

border-color css

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

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

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