#E02122

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

Shades of Fire Engine Red #E02122

Tints of Fire Engine Red #E02122

Color information

#E02122 (or 0xE02122) is unknown color: approx Fire Engine Red. HEX triplet: E0, 21 and 22. RGB value is (224,33,34). Sum of RGB (Red+Green+Blue) = 224+33+34=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E02122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02122 is #1FDEDD. Grayscale: #5A5A5A. Windows color (decimal): -2088670 or 2236896. OLE color: 2236896.

HSL color Cylindrical-coordinate representation of color #E02122: hue angle of 359.69º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02122 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB2243334-
CMYK00.850.850.12
HSL359.69º75.49%50.39%-
HSV(B)359.69º85.27%87.84%-
XYZ31.5717.053.14-
YUV90.2296.28223.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 76.98%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 34 (13.67% from 255) = 11.68%
R=76.98%
G=11.34%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224333400.850.850.12359.6975.4950.39
HexE0212205555C1684b32
Octal340414201251251455011362
Binary1110000010000110001001010101101010111001011010001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02122; }

 p { color: rgb(224,33,34); }

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

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

 a { background-color: rgb(224,33,34); }

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

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

 span { border-color: rgb(224,33,34); }

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