#E01721

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

Shades of Fire Engine Red #E01721

Tints of Fire Engine Red #E01721

Color information

#E01721 (or 0xE01721) is unknown color: approx Fire Engine Red. HEX triplet: E0, 17 and 21. RGB value is (224,23,33). Sum of RGB (Red+Green+Blue) = 224+23+33=280 (37% of max value = 765). Red value is 224 (87.89% from 255 or 80% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 224 - color contains mainly: red. Hex color #E01721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01721 is #1FE8DE. Grayscale: #545454. Windows color (decimal): -2091231 or 2168800. OLE color: 2168800.

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

Color convert

RGB2242333-
CMYK00.900.850.12
HSL357.01º81.38%48.43%-
HSV(B)357.01º89.73%87.84%-
XYZ31.3216.572.99-
YUV84.2499.09227.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 80%
GREEN value IS 23 (9.38% from 255) = 8.21%
BLUE value IS 33 (13.28% from 255) = 11.79%
R=80%
G=8.21%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224233300.900.850.12357.0181.3848.43
HexE0172105A55C1655130
Octal340274101321251454512160
Binary111000001011110000101011010101010111001011001011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01721; }

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

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

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

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

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

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

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

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