Html Css Color HEX #E11D1E Fire Engine Red

📋 copy color: '#E11D1E'

red 225 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #E11D1E

Tints of Fire Engine Red #E11D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 79.23%
G = 10.21%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E11D1E (or 0xE11D1E) is known color: Fire Engine Red. HEX triplet: E1, 1D and 1E. RGB value is (225,29,30). Sum of RGB (Red+Green+Blue) = 225+29+30=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D1E is #1EE2E1. Grayscale: #575757. Windows color (decimal): -2024162 or 1973729. OLE color: 1973729.

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

Color convert

RGB 225 29 30 -
CMYK 0 0.87 0.87 0.12
HSL 359.69º 0.77% 0.5% -
HSV(B) 359.69º 0.87% 0.88% -
XYZ 31.73 16.98 2.83 -
YUV 87.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 225 29 30 0 0.87 0.87 0.12 359.69 0.77 0.5
Hex E1 1D 1E 0 57 57 C 168 4D 32
Octal 341 35 36 0 127 127 14 550 115 62
Binary 11100001 11101 11110 0 1010111 1010111 1100 101101000 1001101 110010

Color Harmonies of #E11D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D1E

Black with #E11D1E

Text Example


Text Example

White with #E11D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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