Html Css Color HEX #E40E1F Fire Engine Red

📋 copy color: '#E40E1F'

red 228 ◦ green 14 ◦ blue 31

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

Shades of Fire Engine Red #E40E1F

Tints of Fire Engine Red #E40E1F

RGB

 RED value IS 228 (89.45% from 255) = 83.52%

 GREEN value IS 14 (5.86% from 255) = 5.13%

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 83.52%
G = 5.13%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E40E1F (or 0xE40E1F) is known color: Fire Engine Red. HEX triplet: E4, 0E and 1F. RGB value is (228,14,31). Sum of RGB (Red+Green+Blue) = 228+14+31=273 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.52% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40E1F is #1BF1E0. Grayscale: #505050. Windows color (decimal): -1831393 or 2035428. OLE color: 2035428.

HSL color Cylindrical-coordinate representation of color #E40E1F: hue angle of 355.23º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E1F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 14 31 -
CMYK 0 0.94 0.86 0.11
HSL 355.23º 0.88% 0.47% -
HSV(B) 355.23º 0.94% 0.89% -
XYZ 32.4 16.91 2.85 -
YUV 79.92 100.4 233.62 -
System Red Green Blue C M Y K H S L
Decimal 228 14 31 0 0.94 0.86 0.11 355.23 0.88 0.47
Hex E4 E 1F 0 5E 56 B 163 58 2F
Octal 344 16 37 0 136 126 13 543 130 57
Binary 11100100 1110 11111 0 1011110 1010110 1011 101100011 1011000 101111

Color Harmonies of #E40E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40E1F

Black with #E40E1F

Text Example


Text Example

White with #E40E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40E1F; }

 p { color: rgb(228,14,31); }

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

background-color css

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

 a { background-color: rgb(228,14,31); }

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

border-color css

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

 span { border-color: rgb(228,14,31); }

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