Html Css Color HEX #E01924 Fire Engine Red

📋 copy color: '#E01924'

red 224 ◦ green 25 ◦ blue 36

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

Shades of Fire Engine Red #E01924

Tints of Fire Engine Red #E01924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 78.6%
G = 8.77%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E01924 (or 0xE01924) is known color: Fire Engine Red. HEX triplet: E0, 19 and 24. RGB value is (224,25,36). Sum of RGB (Red+Green+Blue) = 224+25+36=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E01924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01924 is #1FE6DB. Grayscale: #555555. Windows color (decimal): -2090716 or 2365920. OLE color: 2365920.

HSL color Cylindrical-coordinate representation of color #E01924: hue angle of 356.68º 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 #E01924 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 36 -
CMYK 0 0.89 0.84 0.12
HSL 356.68º 0.8% 0.49% -
HSV(B) 356.68º 0.89% 0.88% -
XYZ 31.41 16.67 3.23 -
YUV 85.76 99.93 226.61 -
System Red Green Blue C M Y K H S L
Decimal 224 25 36 0 0.89 0.84 0.12 356.68 0.8 0.49
Hex E0 19 24 0 59 54 C 165 50 31
Octal 340 31 44 0 131 124 14 545 120 61
Binary 11100000 11001 100100 0 1011001 1010100 1100 101100101 1010000 110001

Color Harmonies of #E01924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01924

Black with #E01924

Text Example


Text Example

White with #E01924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01924; }

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

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

background-color css

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

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

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

border-color css

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

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

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