Html Css Color HEX #E81A1D Fire Engine Red

📋 copy color: '#E81A1D'

red 232 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #E81A1D

Tints of Fire Engine Red #E81A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

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

R = 80.84%
G = 9.06%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E81A1D (or 0xE81A1D) is known color: Fire Engine Red. HEX triplet: E8, 1A and 1D. RGB value is (232,26,29). Sum of RGB (Red+Green+Blue) = 232+26+29=287 (38% of max value = 765). Red value is 232 (91.02% from 255 or 80.84% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A1D is #17E5E2. Grayscale: #585858. Windows color (decimal): -1566179 or 1907432. OLE color: 1907432.

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

Color convert

RGB 232 26 29 -
CMYK 0 0.89 0.88 0.09
HSL 359.13º 0.82% 0.51% -
HSV(B) 359.13º 0.89% 0.91% -
XYZ 33.87 17.98 2.85 -
YUV 87.94 94.75 230.76 -
System Red Green Blue C M Y K H S L
Decimal 232 26 29 0 0.89 0.88 0.09 359.13 0.82 0.51
Hex E8 1A 1D 0 59 58 9 167 52 33
Octal 350 32 35 0 131 130 11 547 122 63
Binary 11101000 11010 11101 0 1011001 1011000 1001 101100111 1010010 110011

Color Harmonies of #E81A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81A1D

Black with #E81A1D

Text Example


Text Example

White with #E81A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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