Html Css Color HEX #E10F19 Fire Engine Red

📋 copy color: '#E10F19'

red 225 ◦ green 15 ◦ blue 25

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

Shades of Fire Engine Red #E10F19

Tints of Fire Engine Red #E10F19

RGB

 RED value IS 225 (88.28% from 255) = 84.91%

 GREEN value IS 15 (6.25% from 255) = 5.66%

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 84.91%
G = 5.66%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E10F19 (or 0xE10F19) is known color: Fire Engine Red. HEX triplet: E1, 0F and 19. RGB value is (225,15,25). Sum of RGB (Red+Green+Blue) = 225+15+25=265 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.91% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10F19 is #1EF0E6. Grayscale: #4F4F4F. Windows color (decimal): -2027751 or 1642465. OLE color: 1642465.

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

Color convert

RGB 225 15 25 -
CMYK 0 0.93 0.89 0.12
HSL 357.14º 0.88% 0.47% -
HSV(B) 357.14º 0.93% 0.88% -
XYZ 31.4 16.42 2.43 -
YUV 78.93 97.57 232.19 -
System Red Green Blue C M Y K H S L
Decimal 225 15 25 0 0.93 0.89 0.12 357.14 0.88 0.47
Hex E1 F 19 0 5D 59 C 165 58 2F
Octal 341 17 31 0 135 131 14 545 130 57
Binary 11100001 1111 11001 0 1011101 1011001 1100 101100101 1011000 101111

Color Harmonies of #E10F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F19

Black with #E10F19

Text Example


Text Example

White with #E10F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F19; }

 p { color: rgb(225,15,25); }

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

background-color css

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

 a { background-color: rgb(225,15,25); }

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

border-color css

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

 span { border-color: rgb(225,15,25); }

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