#E40C26

Color #E40C26 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #E40C26

Tints of Fire Engine Red #E40C26

Color information

#E40C26 (or 0xE40C26) is unknown color: approx Fire Engine Red. HEX triplet: E4, 0C and 26. RGB value is (228,12,38). Sum of RGB (Red+Green+Blue) = 228+12+38=278 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.01% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 228 - color contains mainly: red. Hex color #E40C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40C26 is #1BF3D9. Grayscale: #4F4F4F. Windows color (decimal): -1831898 or 2493668. OLE color: 2493668.

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

Color convert

RGB2281238-
CMYK00.950.830.11
HSL352.78º90%47.06%-
HSV(B)352.78º94.74%89.41%-
XYZ32.4816.93.38-
YUV79.55104.56233.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 82.01%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=82.01%
G=4.32%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228123800.950.830.11352.789047.06
HexE4C2605F53B1615a2f
Octal344144601371231354113257
Binary11100100110010011001011111101001110111011000011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40C26; }

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

 H1.HeaderClassName
 {
   color: #E40C26;
 }
 .AnyTagClassName
 {
   color: #E40C26;
 }
</style>
background-color css

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

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

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

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

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

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