#E10A21

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

Shades of Fire Engine Red #E10A21

Tints of Fire Engine Red #E10A21

Color information

#E10A21 (or 0xE10A21) is unknown color: approx Fire Engine Red. HEX triplet: E1, 0A and 21. RGB value is (225,10,33). Sum of RGB (Red+Green+Blue) = 225+10+33=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10A21 is #1EF5DE. Grayscale: #4D4D4D. Windows color (decimal): -2029023 or 2165473. OLE color: 2165473.

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

Color convert

RGB2251033-
CMYK00.960.850.12
HSL353.58º91.49%46.08%-
HSV(B)353.58º95.56%88.24%-
XYZ31.4316.332.93-
YUV76.91103.23233.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 83.96%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 33 (13.28% from 255) = 12.31%
R=83.96%
G=3.73%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225103300.960.850.12353.5891.4946.08
HexE1A2106055C1625b2e
Octal341124101401251454213356
Binary11100001101010000101100000101010111001011000101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10A21; }

 p { color: rgb(225,10,33); }

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

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

 a { background-color: rgb(225,10,33); }

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

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

 span { border-color: rgb(225,10,33); }

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