Html Css Color HEX #E01C20 Fire Engine Red

📋 copy color: '#E01C20'

red 224 ◦ green 28 ◦ blue 32

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

Shades of Fire Engine Red #E01C20

Tints of Fire Engine Red #E01C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.86%

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

R = 78.87%
G = 9.86%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E01C20 (or 0xE01C20) is known color: Fire Engine Red. HEX triplet: E0, 1C and 20. RGB value is (224,28,32). Sum of RGB (Red+Green+Blue) = 224+28+32=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C20 is #1FE3DF. Grayscale: #575757. Windows color (decimal): -2089952 or 2104544. OLE color: 2104544.

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

Color convert

RGB 224 28 32 -
CMYK 0 0.88 0.86 0.12
HSL 358.78º 0.78% 0.49% -
HSV(B) 358.78º 0.88% 0.88% -
XYZ 31.42 16.78 2.95 -
YUV 87.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 224 28 32 0 0.88 0.86 0.12 358.78 0.78 0.49
Hex E0 1C 20 0 58 56 C 167 4E 31
Octal 340 34 40 0 130 126 14 547 116 61
Binary 11100000 11100 100000 0 1011000 1010110 1100 101100111 1001110 110001

Color Harmonies of #E01C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C20

Black with #E01C20

Text Example


Text Example

White with #E01C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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