Html Css Color HEX #E5021F Fire Engine Red

📋 copy color: '#E5021F'

red 229 ◦ green 2 ◦ blue 31

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

Shades of Fire Engine Red #E5021F

Tints of Fire Engine Red #E5021F

RGB

 RED value IS 229 (89.84% from 255) = 87.4%

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 87.4%
G = 0.76%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5021F (or 0xE5021F) is known color: Fire Engine Red. HEX triplet: E5, 02 and 1F. RGB value is (229,2,31). Sum of RGB (Red+Green+Blue) = 229+2+31=262 (34% of max value = 765). Red value is 229 (89.84% from 255 or 87.40% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 229 - color contains mainly: red. Hex color #E5021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5021F is #1AFDE0. Grayscale: #494949. Windows color (decimal): -1768929 or 2032357. OLE color: 2032357.

HSL color Cylindrical-coordinate representation of color #E5021F: hue angle of 352.33º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5021F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 31 -
CMYK 0 0.99 0.86 0.10
HSL 352.33º 0.98% 0.45% -
HSV(B) 352.33º 0.99% 0.9% -
XYZ 32.58 16.8 2.82 -
YUV 73.18 104.21 239.14 -
System Red Green Blue C M Y K H S L
Decimal 229 2 31 0 0.99 0.86 0.10 352.33 0.98 0.45
Hex E5 2 1F 0 63 56 A 160 62 2D
Octal 345 2 37 0 143 126 12 540 142 55
Binary 11100101 10 11111 0 1100011 1010110 1010 101100000 1100010 101101

Color Harmonies of #E5021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5021F

Black with #E5021F

Text Example


Text Example

White with #E5021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5021F; }

 p { color: rgb(229,2,31); }

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

background-color css

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

 a { background-color: rgb(229,2,31); }

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

border-color css

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

 span { border-color: rgb(229,2,31); }

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