#E61226

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

Shades of Fire Engine Red #E61226

Tints of Fire Engine Red #E61226

Color information

#E61226 (or 0xE61226) is unknown color: approx Fire Engine Red. HEX triplet: E6, 12 and 26. RGB value is (230,18,38). Sum of RGB (Red+Green+Blue) = 230+18+38=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E61226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E61226 is #19EDD9. Grayscale: #535353. Windows color (decimal): -1699290 or 2495206. OLE color: 2495206.

HSL color Cylindrical-coordinate representation of color #E61226: hue angle of 354.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61226 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB2301838-
CMYK00.920.830.10
HSL354.34º85.48%48.63%-
HSV(B)354.34º92.17%90.2%-
XYZ33.217.43.44-
YUV83.67102.24232.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 80.42%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=80.42%
G=6.29%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230183800.920.830.10354.3485.4848.63
HexE6122605C53A1625531
Octal346224601341231254212561
Binary111001101001010011001011100101001110101011000101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61226; }

 p { color: rgb(230,18,38); }

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

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

 a { background-color: rgb(230,18,38); }

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

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

 span { border-color: rgb(230,18,38); }

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