Html Css Color HEX #E9141B Fire Engine Red

📋 copy color: '#E9141B'

red 233 ◦ green 20 ◦ blue 27

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

Shades of Fire Engine Red #E9141B

Tints of Fire Engine Red #E9141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 83.21%
G = 7.14%
B = 9.64%

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

#E9141B (or 0xE9141B) is known color: Fire Engine Red. HEX triplet: E9, 14 and 1B. RGB value is (233,20,27). Sum of RGB (Red+Green+Blue) = 233+20+27=280 (37% of max value = 765). Red value is 233 (91.41% from 255 or 83.21% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 233 - color contains mainly: red. Hex color #E9141B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9141B is #16EBE4. Grayscale: #545454. Windows color (decimal): -1502181 or 1774825. OLE color: 1774825.

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

Color convert

RGB 233 20 27 -
CMYK 0 0.91 0.88 0.09
HSL 358.03º 0.84% 0.5% -
HSV(B) 358.03º 0.91% 0.91% -
XYZ 34.05 17.9 2.7 -
YUV 84.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 233 20 27 0 0.91 0.88 0.09 358.03 0.84 0.5
Hex E9 14 1B 0 5B 58 9 166 54 32
Octal 351 24 33 0 133 130 11 546 124 62
Binary 11101001 10100 11011 0 1011011 1011000 1001 101100110 1010100 110010

Color Harmonies of #E9141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9141B

Black with #E9141B

Text Example


Text Example

White with #E9141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9141B; }

 p { color: rgb(233,20,27); }

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

background-color css

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

 a { background-color: rgb(233,20,27); }

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

border-color css

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

 span { border-color: rgb(233,20,27); }

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