Html Css Color HEX #E11520 Fire Engine Red

📋 copy color: '#E11520'

red 225 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #E11520

Tints of Fire Engine Red #E11520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 80.94%
G = 7.55%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E11520 (or 0xE11520) is known color: Fire Engine Red. HEX triplet: E1, 15 and 20. RGB value is (225,21,32). Sum of RGB (Red+Green+Blue) = 225+21+32=278 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.94% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 225 - color contains mainly: red. Hex color #E11520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E11520 is #1EEADF. Grayscale: #535353. Windows color (decimal): -2026208 or 2102753. OLE color: 2102753.

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

Color convert

RGB 225 21 32 -
CMYK 0 0.91 0.86 0.12
HSL 356.76º 0.83% 0.48% -
HSV(B) 356.76º 0.91% 0.88% -
XYZ 31.58 16.65 2.92 -
YUV 83.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 225 21 32 0 0.91 0.86 0.12 356.76 0.83 0.48
Hex E1 15 20 0 5B 56 C 165 53 30
Octal 341 25 40 0 133 126 14 545 123 60
Binary 11100001 10101 100000 0 1011011 1010110 1100 101100101 1010011 110000

Color Harmonies of #E11520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11520

Black with #E11520

Text Example


Text Example

White with #E11520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11520; }

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

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

background-color css

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

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

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

border-color css

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

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

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