Html Css Color HEX #E1051F Fire Engine Red

📋 copy color: '#E1051F'

red 225 ◦ green 5 ◦ blue 31

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

Shades of Fire Engine Red #E1051F

Tints of Fire Engine Red #E1051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 31 (12.5% from 255) = 11.88%

R = 86.21%
G = 1.92%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E1051F (or 0xE1051F) is known color: Fire Engine Red. HEX triplet: E1, 05 and 1F. RGB value is (225,5,31). Sum of RGB (Red+Green+Blue) = 225+5+31=261 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.21% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 225 - color contains mainly: red. Hex color #E1051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1051F is #1EFAE0. Grayscale: #494949. Windows color (decimal): -2030305 or 2033121. OLE color: 2033121.

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

Color convert

RGB 225 5 31 -
CMYK 0 0.98 0.86 0.12
HSL 352.91º 0.96% 0.45% -
HSV(B) 352.91º 0.98% 0.88% -
XYZ 31.35 16.22 2.77 -
YUV 73.74 103.89 235.89 -
System Red Green Blue C M Y K H S L
Decimal 225 5 31 0 0.98 0.86 0.12 352.91 0.96 0.45
Hex E1 5 1F 0 62 56 C 161 60 2D
Octal 341 5 37 0 142 126 14 541 140 55
Binary 11100001 101 11111 0 1100010 1010110 1100 101100001 1100000 101101

Color Harmonies of #E1051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1051F

Black with #E1051F

Text Example


Text Example

White with #E1051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1051F; }

 p { color: rgb(225,5,31); }

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

background-color css

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

 a { background-color: rgb(225,5,31); }

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

border-color css

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

 span { border-color: rgb(225,5,31); }

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