Html Css Color HEX #E10124 Fire Engine Red

📋 copy color: '#E10124'

red 225 ◦ green 1 ◦ blue 36

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

Shades of Fire Engine Red #E10124

Tints of Fire Engine Red #E10124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 85.88%
G = 0.38%
B = 13.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E10124 (or 0xE10124) is known color: Fire Engine Red. HEX triplet: E1, 01 and 24. RGB value is (225,1,36). Sum of RGB (Red+Green+Blue) = 225+1+36=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E10124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10124 is #1EFEDB. Grayscale: #484848. Windows color (decimal): -2031324 or 2359777. OLE color: 2359777.

HSL color Cylindrical-coordinate representation of color #E10124: hue angle of 350.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10124 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 36 -
CMYK 0 1.00 0.84 0.12
HSL 350.63º 0.99% 0.44% -
HSV(B) 350.63º 1% 0.88% -
XYZ 31.38 16.16 3.13 -
YUV 71.97 107.71 237.15 -
System Red Green Blue C M Y K H S L
Decimal 225 1 36 0 1.00 0.84 0.12 350.63 0.99 0.44
Hex E1 1 24 0 64 54 C 15F 63 2C
Octal 341 1 44 0 144 124 14 537 143 54
Binary 11100001 1 100100 0 1100100 1010100 1100 101011111 1100011 101100

Color Harmonies of #E10124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10124

Black with #E10124

Text Example


Text Example

White with #E10124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10124; }

 p { color: rgb(225,1,36); }

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

background-color css

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

 a { background-color: rgb(225,1,36); }

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

border-color css

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

 span { border-color: rgb(225,1,36); }

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