#E20722

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

Shades of Fire Engine Red #E20722

Tints of Fire Engine Red #E20722

Color information

#E20722 (or 0xE20722) is unknown color: approx Fire Engine Red. HEX triplet: E2, 07 and 22. RGB value is (226,7,34). Sum of RGB (Red+Green+Blue) = 226+7+34=267 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.64% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 226 - color contains mainly: red. Hex color #E20722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20722 is #1DF8DD. Grayscale: #4B4B4B. Windows color (decimal): -1964254 or 2230242. OLE color: 2230242.

HSL color Cylindrical-coordinate representation of color #E20722: hue angle of 352.6º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20722 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB226734-
CMYK00.970.850.11
HSL352.6º93.99%45.69%-
HSV(B)352.6º96.9%88.63%-
XYZ31.7316.443.01-
YUV75.56104.55235.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 84.64%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=84.64%
G=2.62%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22673400.970.850.11352.693.9945.69
HexE272206155B1615e2e
Octal34274201411251354113656
Binary1110001011110001001100001101010110111011000011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20722; }

 p { color: rgb(226,7,34); }

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

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

 a { background-color: rgb(226,7,34); }

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

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

 span { border-color: rgb(226,7,34); }

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