Html Css Color HEX #E00925 Fire Engine Red

📋 copy color: '#E00925'

red 224 ◦ green 9 ◦ blue 37

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

Shades of Fire Engine Red #E00925

Tints of Fire Engine Red #E00925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.7%

R = 82.96%
G = 3.33%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E00925 (or 0xE00925) is known color: Fire Engine Red. HEX triplet: E0, 09 and 25. RGB value is (224,9,37). Sum of RGB (Red+Green+Blue) = 224+9+37=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E00925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00925 is #1FF6DA. Grayscale: #4C4C4C. Windows color (decimal): -2094811 or 2427360. OLE color: 2427360.

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

Color convert

RGB 224 9 37 -
CMYK 0 0.96 0.83 0.12
HSL 352.19º 0.92% 0.46% -
HSV(B) 352.19º 0.96% 0.88% -
XYZ 31.17 16.18 3.23 -
YUV 76.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 224 9 37 0 0.96 0.83 0.12 352.19 0.92 0.46
Hex E0 9 25 0 60 53 C 160 5C 2E
Octal 340 11 45 0 140 123 14 540 134 56
Binary 11100000 1001 100101 0 1100000 1010011 1100 101100000 1011100 101110

Color Harmonies of #E00925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00925

Black with #E00925

Text Example


Text Example

White with #E00925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00925; }

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

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

background-color css

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

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

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

border-color css

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

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

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