Html Css Color HEX #E5121F Fire Engine Red

📋 copy color: '#E5121F'

red 229 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #E5121F

Tints of Fire Engine Red #E5121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 82.37%
G = 6.47%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5121F (or 0xE5121F) is known color: Fire Engine Red. HEX triplet: E5, 12 and 1F. RGB value is (229,18,31). Sum of RGB (Red+Green+Blue) = 229+18+31=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E5121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5121F is #1AEDE0. Grayscale: #525252. Windows color (decimal): -1764833 or 2036453. OLE color: 2036453.

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

Color convert

RGB 229 18 31 -
CMYK 0 0.92 0.86 0.10
HSL 356.3º 0.85% 0.48% -
HSV(B) 356.3º 0.92% 0.9% -
XYZ 32.78 17.19 2.89 -
YUV 82.57 98.9 232.44 -
System Red Green Blue C M Y K H S L
Decimal 229 18 31 0 0.92 0.86 0.10 356.3 0.85 0.48
Hex E5 12 1F 0 5C 56 A 164 55 30
Octal 345 22 37 0 134 126 12 544 125 60
Binary 11100101 10010 11111 0 1011100 1010110 1010 101100100 1010101 110000

Color Harmonies of #E5121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5121F

Black with #E5121F

Text Example


Text Example

White with #E5121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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