#E01C1D

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

Shades of Fire Engine Red #E01C1D

Tints of Fire Engine Red #E01C1D

Color information

#E01C1D (or 0xE01C1D) is unknown color: approx Fire Engine Red. HEX triplet: E0, 1C and 1D. RGB value is (224,28,29). Sum of RGB (Red+Green+Blue) = 224+28+29=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C1D is #1FE3E2. Grayscale: #565656. Windows color (decimal): -2089955 or 1907936. OLE color: 1907936.

HSL color Cylindrical-coordinate representation of color #E01C1D: hue angle of 359.69º 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 #E01C1D is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB2242829-
CMYK00.880.870.12
HSL359.69º77.78%49.41%-
HSV(B)359.69º87.5%87.84%-
XYZ31.3816.772.74-
YUV86.7295.43225.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 79.72%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 29 (11.72% from 255) = 10.32%
R=79.72%
G=9.96%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224282900.880.870.12359.6977.7849.41
HexE01C1D05857C1684e31
Octal340343501301271455011661
Binary11100000111001110101011000101011111001011010001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01C1D; }

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

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

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

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

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

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

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

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