Html Css Color HEX #E01D20 Fire Engine Red

📋 copy color: '#E01D20'

red 224 ◦ green 29 ◦ blue 32

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

Shades of Fire Engine Red #E01D20

Tints of Fire Engine Red #E01D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

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

R = 78.6%
G = 10.18%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E01D20 (or 0xE01D20) is known color: Fire Engine Red. HEX triplet: E0, 1D and 20. RGB value is (224,29,32). Sum of RGB (Red+Green+Blue) = 224+29+32=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D20 is #1FE2DF. Grayscale: #575757. Windows color (decimal): -2089696 or 2104800. OLE color: 2104800.

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

Color convert

RGB 224 29 32 -
CMYK 0 0.87 0.86 0.12
HSL 359.08º 0.77% 0.5% -
HSV(B) 359.08º 0.87% 0.88% -
XYZ 31.44 16.83 2.96 -
YUV 87.65 96.6 225.26 -
System Red Green Blue C M Y K H S L
Decimal 224 29 32 0 0.87 0.86 0.12 359.08 0.77 0.5
Hex E0 1D 20 0 57 56 C 167 4D 32
Octal 340 35 40 0 127 126 14 547 115 62
Binary 11100000 11101 100000 0 1010111 1010110 1100 101100111 1001101 110010

Color Harmonies of #E01D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D20

Black with #E01D20

Text Example


Text Example

White with #E01D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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