#E01926

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

Shades of Fire Engine Red #E01926

Tints of Fire Engine Red #E01926

Color information

#E01926 (or 0xE01926) is unknown color: approx Fire Engine Red. HEX triplet: E0, 19 and 26. RGB value is (224,25,38). Sum of RGB (Red+Green+Blue) = 224+25+38=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E01926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01926 is #1FE6D9. Grayscale: #565656. Windows color (decimal): -2090714 or 2496992. OLE color: 2496992.

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

Color convert

RGB2242538-
CMYK00.890.830.12
HSL356.08º79.92%48.82%-
HSV(B)356.08º88.84%87.84%-
XYZ31.4416.683.4-
YUV85.98100.93226.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 78.05%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=78.05%
G=8.71%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224253800.890.830.12356.0879.9248.82
HexE0192605953C1645031
Octal340314601311231454412061
Binary111000001100110011001011001101001111001011001001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01926; }

 p { color: rgb(224,25,38); }

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

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

 a { background-color: rgb(224,25,38); }

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

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

 span { border-color: rgb(224,25,38); }

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