Html Css Color HEX #E1041E Fire Engine Red

📋 copy color: '#E1041E'

red 225 ◦ green 4 ◦ blue 30

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

Shades of Fire Engine Red #E1041E

Tints of Fire Engine Red #E1041E

RGB

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

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

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

R = 86.87%
G = 1.54%
B = 11.58%

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

#E1041E (or 0xE1041E) is known color: Fire Engine Red. HEX triplet: E1, 04 and 1E. RGB value is (225,4,30). Sum of RGB (Red+Green+Blue) = 225+4+30=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E1041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1041E is #1EFBE1. Grayscale: #494949. Windows color (decimal): -2030562 or 1967329. OLE color: 1967329.

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

Color convert

RGB 225 4 30 -
CMYK 0 0.98 0.87 0.12
HSL 352.94º 0.97% 0.45% -
HSV(B) 352.94º 0.98% 0.88% -
XYZ 31.33 16.19 2.7 -
YUV 73.04 103.72 236.39 -
System Red Green Blue C M Y K H S L
Decimal 225 4 30 0 0.98 0.87 0.12 352.94 0.97 0.45
Hex E1 4 1E 0 62 57 C 161 61 2D
Octal 341 4 36 0 142 127 14 541 141 55
Binary 11100001 100 11110 0 1100010 1010111 1100 101100001 1100001 101101

Color Harmonies of #E1041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1041E

Black with #E1041E

Text Example


Text Example

White with #E1041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1041E; }

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

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

background-color css

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

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

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

border-color css

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

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

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