Html Css Color HEX #E9131A Fire Engine Red

📋 copy color: '#E9131A'

red 233 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #E9131A

Tints of Fire Engine Red #E9131A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.35%

R = 83.81%
G = 6.83%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E9131A (or 0xE9131A) is known color: Fire Engine Red. HEX triplet: E9, 13 and 1A. RGB value is (233,19,26). Sum of RGB (Red+Green+Blue) = 233+19+26=278 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.81% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 233 - color contains mainly: red. Hex color #E9131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9131A is #16ECE5. Grayscale: #535353. Windows color (decimal): -1502438 or 1709033. OLE color: 1709033.

HSL color Cylindrical-coordinate representation of color #E9131A: hue angle of 358.04º 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 #E9131A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 19 26 -
CMYK 0 0.92 0.89 0.09
HSL 358.04º 0.85% 0.49% -
HSV(B) 358.04º 0.92% 0.91% -
XYZ 34.02 17.86 2.63 -
YUV 83.78 95.4 234.43 -
System Red Green Blue C M Y K H S L
Decimal 233 19 26 0 0.92 0.89 0.09 358.04 0.85 0.49
Hex E9 13 1A 0 5C 59 9 166 55 31
Octal 351 23 32 0 134 131 11 546 125 61
Binary 11101001 10011 11010 0 1011100 1011001 1001 101100110 1010101 110001

Color Harmonies of #E9131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9131A

Black with #E9131A

Text Example


Text Example

White with #E9131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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