Html Css Color HEX #E00924 Fire Engine Red

📋 copy color: '#E00924'

red 224 ◦ green 9 ◦ blue 36

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

Shades of Fire Engine Red #E00924

Tints of Fire Engine Red #E00924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

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

R = 83.27%
G = 3.35%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E00924 (or 0xE00924) is known color: Fire Engine Red. HEX triplet: E0, 09 and 24. RGB value is (224,9,36). Sum of RGB (Red+Green+Blue) = 224+9+36=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E00924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00924 is #1FF6DB. Grayscale: #4C4C4C. Windows color (decimal): -2094812 or 2361824. OLE color: 2361824.

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

Color convert

RGB 224 9 36 -
CMYK 0 0.96 0.84 0.12
HSL 352.47º 0.92% 0.46% -
HSV(B) 352.47º 0.96% 0.88% -
XYZ 31.16 16.17 3.15 -
YUV 76.36 105.23 233.3 -
System Red Green Blue C M Y K H S L
Decimal 224 9 36 0 0.96 0.84 0.12 352.47 0.92 0.46
Hex E0 9 24 0 60 54 C 160 5C 2E
Octal 340 11 44 0 140 124 14 540 134 56
Binary 11100000 1001 100100 0 1100000 1010100 1100 101100000 1011100 101110

Color Harmonies of #E00924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00924

Black with #E00924

Text Example


Text Example

White with #E00924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00924; }

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

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

background-color css

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

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

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

border-color css

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

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

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