Html Css Color HEX #E1041D Fire Engine Red

📋 copy color: '#E1041D'

red 225 ◦ green 4 ◦ blue 29

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

Shades of Fire Engine Red #E1041D

Tints of Fire Engine Red #E1041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

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

R = 87.21%
G = 1.55%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E1041D (or 0xE1041D) is known color: Fire Engine Red. HEX triplet: E1, 04 and 1D. RGB value is (225,4,29). Sum of RGB (Red+Green+Blue) = 225+4+29=258 (34% of max value = 765). Red value is 225 (88.28% from 255 or 87.21% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 225 - color contains mainly: red. Hex color #E1041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1041D is #1EFBE2. Grayscale: #494949. Windows color (decimal): -2030563 or 1901793. OLE color: 1901793.

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

Color convert

RGB 225 4 29 -
CMYK 0 0.98 0.87 0.12
HSL 353.21º 0.97% 0.45% -
HSV(B) 353.21º 0.98% 0.88% -
XYZ 31.32 16.18 2.64 -
YUV 72.93 103.22 236.47 -
System Red Green Blue C M Y K H S L
Decimal 225 4 29 0 0.98 0.87 0.12 353.21 0.97 0.45
Hex E1 4 1D 0 62 57 C 161 61 2D
Octal 341 4 35 0 142 127 14 541 141 55
Binary 11100001 100 11101 0 1100010 1010111 1100 101100001 1100001 101101

Color Harmonies of #E1041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1041D

Black with #E1041D

Text Example


Text Example

White with #E1041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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