Html Css Color HEX #E9131D Fire Engine Red

📋 copy color: '#E9131D'

red 233 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #E9131D

Tints of Fire Engine Red #E9131D

RGB

 RED value IS 233 (91.41% from 255) = 82.92%

 GREEN value IS 19 (7.81% from 255) = 6.76%

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

R = 82.92%
G = 6.76%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9131D (or 0xE9131D) is known color: Fire Engine Red. HEX triplet: E9, 13 and 1D. RGB value is (233,19,29). Sum of RGB (Red+Green+Blue) = 233+19+29=281 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.92% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 233 - color contains mainly: red. Hex color #E9131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9131D is #16ECE2. Grayscale: #545454. Windows color (decimal): -1502435 or 1905641. OLE color: 1905641.

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

Color convert

RGB 233 19 29 -
CMYK 0 0.92 0.88 0.09
HSL 357.2º 0.85% 0.49% -
HSV(B) 357.2º 0.92% 0.91% -
XYZ 34.06 17.88 2.82 -
YUV 84.13 96.9 234.19 -
System Red Green Blue C M Y K H S L
Decimal 233 19 29 0 0.92 0.88 0.09 357.2 0.85 0.49
Hex E9 13 1D 0 5C 58 9 165 55 31
Octal 351 23 35 0 134 130 11 545 125 61
Binary 11101001 10011 11101 0 1011100 1011000 1001 101100101 1010101 110001

Color Harmonies of #E9131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9131D

Black with #E9131D

Text Example


Text Example

White with #E9131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9131D; }

 p { color: rgb(233,19,29); }

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

background-color css

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

 a { background-color: rgb(233,19,29); }

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

border-color css

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

 span { border-color: rgb(233,19,29); }

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