Html Css Color HEX #E01920 Fire Engine Red

📋 copy color: '#E01920'

red 224 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #E01920

Tints of Fire Engine Red #E01920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

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

R = 79.72%
G = 8.9%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E01920 (or 0xE01920) is known color: Fire Engine Red. HEX triplet: E0, 19 and 20. RGB value is (224,25,32). Sum of RGB (Red+Green+Blue) = 224+25+32=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01920 is #1FE6DF. Grayscale: #555555. Windows color (decimal): -2090720 or 2103776. OLE color: 2103776.

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

Color convert

RGB 224 25 32 -
CMYK 0 0.89 0.86 0.12
HSL 357.89º 0.8% 0.49% -
HSV(B) 357.89º 0.89% 0.88% -
XYZ 31.35 16.65 2.93 -
YUV 85.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 224 25 32 0 0.89 0.86 0.12 357.89 0.8 0.49
Hex E0 19 20 0 59 56 C 166 50 31
Octal 340 31 40 0 131 126 14 546 120 61
Binary 11100000 11001 100000 0 1011001 1010110 1100 101100110 1010000 110001

Color Harmonies of #E01920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01920

Black with #E01920

Text Example


Text Example

White with #E01920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01920; }

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

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

background-color css

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

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

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

border-color css

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

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

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