Html Css Color HEX #E10C19 Fire Engine Red

📋 copy color: '#E10C19'

red 225 ◦ green 12 ◦ blue 25

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

Shades of Fire Engine Red #E10C19

Tints of Fire Engine Red #E10C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

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

R = 85.88%
G = 4.58%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E10C19 (or 0xE10C19) is known color: Fire Engine Red. HEX triplet: E1, 0C and 19. RGB value is (225,12,25). Sum of RGB (Red+Green+Blue) = 225+12+25=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10C19 is #1EF3E6. Grayscale: #4D4D4D. Windows color (decimal): -2028519 or 1641697. OLE color: 1641697.

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

Color convert

RGB 225 12 25 -
CMYK 0 0.95 0.89 0.12
HSL 356.34º 0.9% 0.46% -
HSV(B) 356.34º 0.95% 0.88% -
XYZ 31.36 16.34 2.42 -
YUV 77.17 98.57 233.44 -
System Red Green Blue C M Y K H S L
Decimal 225 12 25 0 0.95 0.89 0.12 356.34 0.9 0.46
Hex E1 C 19 0 5F 59 C 164 5A 2E
Octal 341 14 31 0 137 131 14 544 132 56
Binary 11100001 1100 11001 0 1011111 1011001 1100 101100100 1011010 101110

Color Harmonies of #E10C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C19

Black with #E10C19

Text Example


Text Example

White with #E10C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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