#E6181A

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

Shades of Fire Engine Red #E6181A

Tints of Fire Engine Red #E6181A

Color information

#E6181A (or 0xE6181A) is unknown color: approx Fire Engine Red. HEX triplet: E6, 18 and 1A. RGB value is (230,24,26). Sum of RGB (Red+Green+Blue) = 230+24+26=280 (37% of max value = 765). Red value is 230 (90.23% from 255 or 82.14% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 230 - color contains mainly: red. Hex color #E6181A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6181A is #19E7E5. Grayscale: #565656. Windows color (decimal): -1697766 or 1710310. OLE color: 1710310.

HSL color Cylindrical-coordinate representation of color #E6181A: hue angle of 359.42º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6181A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB2302426-
CMYK00.900.890.10
HSL359.42º81.1%49.8%-
HSV(B)359.42º89.57%90.2%-
XYZ33.1517.552.62-
YUV85.8294.25230.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 82.14%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 26 (10.55% from 255) = 9.29%
R=82.14%
G=8.57%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230242600.900.890.10359.4281.149.8
HexE6181A05A59A1675132
Octal346303201321311254712162
Binary11100110110001101001011010101100110101011001111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6181A; }

 p { color: rgb(230,24,26); }

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

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

 a { background-color: rgb(230,24,26); }

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

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

 span { border-color: rgb(230,24,26); }

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