Html Css Color HEX #E10A19 Fire Engine Red

📋 copy color: '#E10A19'

red 225 ◦ green 10 ◦ blue 25

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

Shades of Fire Engine Red #E10A19

Tints of Fire Engine Red #E10A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

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

R = 86.54%
G = 3.85%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E10A19 (or 0xE10A19) is known color: Fire Engine Red. HEX triplet: E1, 0A and 19. RGB value is (225,10,25). Sum of RGB (Red+Green+Blue) = 225+10+25=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A19 is #1EF5E6. Grayscale: #4C4C4C. Windows color (decimal): -2029031 or 1641185. OLE color: 1641185.

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

Color convert

RGB 225 10 25 -
CMYK 0 0.96 0.89 0.12
HSL 355.81º 0.91% 0.46% -
HSV(B) 355.81º 0.96% 0.88% -
XYZ 31.34 16.29 2.41 -
YUV 76 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 225 10 25 0 0.96 0.89 0.12 355.81 0.91 0.46
Hex E1 A 19 0 60 59 C 164 5B 2E
Octal 341 12 31 0 140 131 14 544 133 56
Binary 11100001 1010 11001 0 1100000 1011001 1100 101100100 1011011 101110

Color Harmonies of #E10A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A19

Black with #E10A19

Text Example


Text Example

White with #E10A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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