Html Css Color HEX #E5141D Fire Engine Red

📋 copy color: '#E5141D'

red 229 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #E5141D

Tints of Fire Engine Red #E5141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

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

R = 82.37%
G = 7.19%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5141D (or 0xE5141D) is known color: Fire Engine Red. HEX triplet: E5, 14 and 1D. RGB value is (229,20,29). Sum of RGB (Red+Green+Blue) = 229+20+29=278 (36% of max value = 765). Red value is 229 (89.84% from 255 or 82.37% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 229 - color contains mainly: red. Hex color #E5141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5141D is #1AEBE2. Grayscale: #535353. Windows color (decimal): -1764323 or 1905893. OLE color: 1905893.

HSL color Cylindrical-coordinate representation of color #E5141D: hue angle of 357.42º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5141D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 20 29 -
CMYK 0 0.91 0.87 0.10
HSL 357.42º 0.84% 0.49% -
HSV(B) 357.42º 0.91% 0.9% -
XYZ 32.79 17.25 2.76 -
YUV 83.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 229 20 29 0 0.91 0.87 0.10 357.42 0.84 0.49
Hex E5 14 1D 0 5B 57 A 165 54 31
Octal 345 24 35 0 133 127 12 545 124 61
Binary 11100101 10100 11101 0 1011011 1010111 1010 101100101 1010100 110001

Color Harmonies of #E5141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5141D

Black with #E5141D

Text Example


Text Example

White with #E5141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5141D; }

 p { color: rgb(229,20,29); }

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

background-color css

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

 a { background-color: rgb(229,20,29); }

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

border-color css

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

 span { border-color: rgb(229,20,29); }

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