Html Css Color HEX #E11C1E Fire Engine Red

📋 copy color: '#E11C1E'

red 225 ◦ green 28 ◦ blue 30

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

Shades of Fire Engine Red #E11C1E

Tints of Fire Engine Red #E11C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

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

R = 79.51%
G = 9.89%
B = 10.6%

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

#E11C1E (or 0xE11C1E) is known color: Fire Engine Red. HEX triplet: E1, 1C and 1E. RGB value is (225,28,30). Sum of RGB (Red+Green+Blue) = 225+28+30=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11C1E is #1EE3E1. Grayscale: #575757. Windows color (decimal): -2024418 or 1973473. OLE color: 1973473.

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

Color convert

RGB 225 28 30 -
CMYK 0 0.88 0.87 0.12
HSL 359.39º 0.78% 0.5% -
HSV(B) 359.39º 0.88% 0.88% -
XYZ 31.7 16.93 2.83 -
YUV 87.13 95.77 226.34 -
System Red Green Blue C M Y K H S L
Decimal 225 28 30 0 0.88 0.87 0.12 359.39 0.78 0.5
Hex E1 1C 1E 0 58 57 C 167 4E 32
Octal 341 34 36 0 130 127 14 547 116 62
Binary 11100001 11100 11110 0 1011000 1010111 1100 101100111 1001110 110010

Color Harmonies of #E11C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C1E

Black with #E11C1E

Text Example


Text Example

White with #E11C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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