#E30221

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

Shades of Fire Engine Red #E30221

Tints of Fire Engine Red #E30221

Color information

#E30221 (or 0xE30221) is unknown color: approx Fire Engine Red. HEX triplet: E3, 02 and 21. RGB value is (227,2,33). Sum of RGB (Red+Green+Blue) = 227+2+33=262 (34% of max value = 765). Red value is 227 (89.06% from 255 or 86.64% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 227 - color contains mainly: red. Hex color #E30221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30221 is #1CFDDE. Grayscale: #484848. Windows color (decimal): -1899999 or 2163427. OLE color: 2163427.

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

Color convert

RGB227233-
CMYK00.990.850.11
HSL351.73º98.25%44.9%-
HSV(B)351.73º99.12%89.02%-
XYZ31.9716.482.94-
YUV72.81105.54237.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 86.64%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=86.64%
G=0.76%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22723300.990.850.11351.7398.2544.9
HexE322106355B160622d
Octal34324101431251354014255
Binary111000111010000101100011101010110111011000001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30221; }

 p { color: rgb(227,2,33); }

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

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

 a { background-color: rgb(227,2,33); }

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

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

 span { border-color: rgb(227,2,33); }

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