Html Css Color HEX #E11A1D Fire Engine Red

📋 copy color: '#E11A1D'

red 225 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #E11A1D

Tints of Fire Engine Red #E11A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 80.36%
G = 9.29%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E11A1D (or 0xE11A1D) is known color: Fire Engine Red. HEX triplet: E1, 1A and 1D. RGB value is (225,26,29). Sum of RGB (Red+Green+Blue) = 225+26+29=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11A1D is #1EE5E2. Grayscale: #565656. Windows color (decimal): -2024931 or 1907425. OLE color: 1907425.

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

Color convert

RGB 225 26 29 -
CMYK 0 0.88 0.87 0.12
HSL 359.1º 0.79% 0.49% -
HSV(B) 359.1º 0.88% 0.88% -
XYZ 31.64 16.84 2.74 -
YUV 85.84 95.93 227.26 -
System Red Green Blue C M Y K H S L
Decimal 225 26 29 0 0.88 0.87 0.12 359.1 0.79 0.49
Hex E1 1A 1D 0 58 57 C 167 4F 31
Octal 341 32 35 0 130 127 14 547 117 61
Binary 11100001 11010 11101 0 1011000 1010111 1100 101100111 1001111 110001

Color Harmonies of #E11A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11A1D

Black with #E11A1D

Text Example


Text Example

White with #E11A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11A1D; }

 p { color: rgb(225,26,29); }

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

background-color css

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

 a { background-color: rgb(225,26,29); }

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

border-color css

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

 span { border-color: rgb(225,26,29); }

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