Html Css Color HEX #E8141D Fire Engine Red

📋 copy color: '#E8141D'

red 232 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #E8141D

Tints of Fire Engine Red #E8141D

RGB

 RED value IS 232 (91.02% from 255) = 82.56%

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

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

R = 82.56%
G = 7.12%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8141D (or 0xE8141D) is known color: Fire Engine Red. HEX triplet: E8, 14 and 1D. RGB value is (232,20,29). Sum of RGB (Red+Green+Blue) = 232+20+29=281 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.56% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 232 - color contains mainly: red. Hex color #E8141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8141D is #17EBE2. Grayscale: #545454. Windows color (decimal): -1567715 or 1905896. OLE color: 1905896.

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

Color convert

RGB 232 20 29 -
CMYK 0 0.91 0.88 0.09
HSL 357.45º 0.84% 0.49% -
HSV(B) 357.45º 0.91% 0.91% -
XYZ 33.75 17.74 2.81 -
YUV 84.41 96.74 233.27 -
System Red Green Blue C M Y K H S L
Decimal 232 20 29 0 0.91 0.88 0.09 357.45 0.84 0.49
Hex E8 14 1D 0 5B 58 9 165 54 31
Octal 350 24 35 0 133 130 11 545 124 61
Binary 11101000 10100 11101 0 1011011 1011000 1001 101100101 1010100 110001

Color Harmonies of #E8141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8141D

Black with #E8141D

Text Example


Text Example

White with #E8141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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