#E21025

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

Shades of Fire Engine Red #E21025

Tints of Fire Engine Red #E21025

Color information

#E21025 (or 0xE21025) is unknown color: approx Fire Engine Red. HEX triplet: E2, 10 and 25. RGB value is (226,16,37). Sum of RGB (Red+Green+Blue) = 226+16+37=279 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.00% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 226 - color contains mainly: red. Hex color #E21025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21025 is #1DEFDA. Grayscale: #515151. Windows color (decimal): -1961947 or 2429154. OLE color: 2429154.

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

Color convert

RGB2261637-
CMYK00.930.840.11
HSL354º86.78%47.45%-
HSV(B)354º92.92%88.63%-
XYZ31.8816.673.29-
YUV81.18103.07231.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 81.00%
GREEN value IS 16 (6.64% from 255) = 5.73%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=81.00%
G=5.73%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226163700.930.840.1135486.7847.45
HexE2102505D54B162572f
Octal342204501351241354212757
Binary111000101000010010101011101101010010111011000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21025; }

 p { color: rgb(226,16,37); }

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

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

 a { background-color: rgb(226,16,37); }

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

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

 span { border-color: rgb(226,16,37); }

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