Html Css Color HEX #E40E26 Fire Engine Red

📋 copy color: '#E40E26'

red 228 ◦ green 14 ◦ blue 38

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

Shades of Fire Engine Red #E40E26

Tints of Fire Engine Red #E40E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 81.43%
G = 5%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E40E26 (or 0xE40E26) is known color: Fire Engine Red. HEX triplet: E4, 0E and 26. RGB value is (228,14,38). Sum of RGB (Red+Green+Blue) = 228+14+38=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40E26 is #1BF1D9. Grayscale: #505050. Windows color (decimal): -1831386 or 2494180. OLE color: 2494180.

HSL color Cylindrical-coordinate representation of color #E40E26: hue angle of 353.27º 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 #E40E26 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 14 38 -
CMYK 0 0.94 0.83 0.11
HSL 353.27º 0.88% 0.47% -
HSV(B) 353.27º 0.94% 0.89% -
XYZ 32.5 16.95 3.39 -
YUV 80.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 228 14 38 0 0.94 0.83 0.11 353.27 0.88 0.47
Hex E4 E 26 0 5E 53 B 161 58 2F
Octal 344 16 46 0 136 123 13 541 130 57
Binary 11100100 1110 100110 0 1011110 1010011 1011 101100001 1011000 101111

Color Harmonies of #E40E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40E26

Black with #E40E26

Text Example


Text Example

White with #E40E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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