#E01C25

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

Shades of Fire Engine Red #E01C25

Tints of Fire Engine Red #E01C25

Color information

#E01C25 (or 0xE01C25) is unknown color: approx Fire Engine Red. HEX triplet: E0, 1C and 25. RGB value is (224,28,37). Sum of RGB (Red+Green+Blue) = 224+28+37=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C25 is #1FE3DA. Grayscale: #575757. Windows color (decimal): -2089947 or 2432224. OLE color: 2432224.

HSL color Cylindrical-coordinate representation of color #E01C25: hue angle of 357.24º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C25 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB2242837-
CMYK00.880.830.12
HSL357.24º77.78%49.41%-
HSV(B)357.24º87.5%87.84%-
XYZ31.4916.813.34-
YUV87.6399.43225.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 77.51%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=77.51%
G=9.69%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224283700.880.830.12357.2477.7849.41
HexE01C2505853C1654e31
Octal340344501301231454511661
Binary111000001110010010101011000101001111001011001011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01C25; }

 p { color: rgb(224,28,37); }

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

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

 a { background-color: rgb(224,28,37); }

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

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

 span { border-color: rgb(224,28,37); }

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