#E30D10

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

Shades of Fire Engine Red #E30D10

Tints of Fire Engine Red #E30D10

Color information

#E30D10 (or 0xE30D10) is unknown color: approx Fire Engine Red. HEX triplet: E3, 0D and 10. RGB value is (227,13,16). Sum of RGB (Red+Green+Blue) = 227+13+16=256 (33% of max value = 765). Red value is 227 (89.06% from 255 or 88.67% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30D10 is #1CF2EF. Grayscale: #4D4D4D. Windows color (decimal): -1897200 or 1052131. OLE color: 1052131.

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

Color convert

RGB2271316-
CMYK00.940.930.11
HSL359.16º89.17%47.06%-
HSV(B)359.16º94.27%89.02%-
XYZ31.9216.662.02-
YUV77.3393.4234.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 88.67%
GREEN value IS 13 (5.47% from 255) = 5.08%
BLUE value IS 16 (6.64% from 255) = 6.25%
R=88.67%
G=5.08%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227131600.940.930.11359.1689.1747.06
HexE3D1005E5DB167592f
Octal343152001361351354713157
Binary1110001111011000001011110101110110111011001111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30D10; }

 p { color: rgb(227,13,16); }

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

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

 a { background-color: rgb(227,13,16); }

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

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

 span { border-color: rgb(227,13,16); }

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