Html Css Color HEX #E11D21 Fire Engine Red

📋 copy color: '#E11D21'

red 225 ◦ green 29 ◦ blue 33

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

Shades of Fire Engine Red #E11D21

Tints of Fire Engine Red #E11D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 78.4%
G = 10.1%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E11D21 (or 0xE11D21) is known color: Fire Engine Red. HEX triplet: E1, 1D and 21. RGB value is (225,29,33). Sum of RGB (Red+Green+Blue) = 225+29+33=287 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.40% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D21 is #1EE2DE. Grayscale: #585858. Windows color (decimal): -2024159 or 2170337. OLE color: 2170337.

HSL color Cylindrical-coordinate representation of color #E11D21: hue angle of 358.78º 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 #E11D21 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 29 33 -
CMYK 0 0.87 0.85 0.12
HSL 358.78º 0.77% 0.5% -
HSV(B) 358.78º 0.87% 0.88% -
XYZ 31.77 17 3.05 -
YUV 88.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 225 29 33 0 0.87 0.85 0.12 358.78 0.77 0.5
Hex E1 1D 21 0 57 55 C 167 4D 32
Octal 341 35 41 0 127 125 14 547 115 62
Binary 11100001 11101 100001 0 1010111 1010101 1100 101100111 1001101 110010

Color Harmonies of #E11D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D21

Black with #E11D21

Text Example


Text Example

White with #E11D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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