#E20F1B

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

Shades of Fire Engine Red #E20F1B

Tints of Fire Engine Red #E20F1B

Color information

#E20F1B (or 0xE20F1B) is unknown color: approx Fire Engine Red. HEX triplet: E2, 0F and 1B. RGB value is (226,15,27). Sum of RGB (Red+Green+Blue) = 226+15+27=268 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.33% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20F1B is #1DF0E4. Grayscale: #4F4F4F. Windows color (decimal): -1962213 or 1773538. OLE color: 1773538.

HSL color Cylindrical-coordinate representation of color #E20F1B: hue angle of 356.59º degrees, saturation: 0.88, 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 #E20F1B is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB2261527-
CMYK00.930.880.11
HSL356.59º87.55%47.25%-
HSV(B)356.59º93.36%88.63%-
XYZ31.7316.592.57-
YUV79.4698.4232.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 84.33%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=84.33%
G=5.60%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226152700.930.880.11356.5987.5547.25
HexE2F1B05D58B165582f
Octal342173301351301354513057
Binary1110001011111101101011101101100010111011001011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F1B; }

 p { color: rgb(226,15,27); }

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

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

 a { background-color: rgb(226,15,27); }

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

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

 span { border-color: rgb(226,15,27); }

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