Html Css Color HEX #E01220 Fire Engine Red

📋 copy color: '#E01220'

red 224 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #E01220

Tints of Fire Engine Red #E01220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

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

R = 81.75%
G = 6.57%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E01220 (or 0xE01220) is known color: Fire Engine Red. HEX triplet: E0, 12 and 20. RGB value is (224,18,32). Sum of RGB (Red+Green+Blue) = 224+18+32=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E01220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01220 is #1FEDDF. Grayscale: #515151. Windows color (decimal): -2092512 or 2101984. OLE color: 2101984.

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

Color convert

RGB 224 18 32 -
CMYK 0 0.92 0.86 0.12
HSL 355.92º 0.85% 0.47% -
HSV(B) 355.92º 0.92% 0.88% -
XYZ 31.22 16.38 2.88 -
YUV 81.19 100.25 229.86 -
System Red Green Blue C M Y K H S L
Decimal 224 18 32 0 0.92 0.86 0.12 355.92 0.85 0.47
Hex E0 12 20 0 5C 56 C 164 55 2F
Octal 340 22 40 0 134 126 14 544 125 57
Binary 11100000 10010 100000 0 1011100 1010110 1100 101100100 1010101 101111

Color Harmonies of #E01220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01220

Black with #E01220

Text Example


Text Example

White with #E01220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01220; }

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

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

background-color css

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

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

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

border-color css

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

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

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