#e6051f

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

Shades of Fire Engine Red #E6051F

Tints of Fire Engine Red #E6051F

Color information

#E6051F (or 0xE6051F) is unknown color: approx Fire Engine Red. HEX triplet: E6, 05 and 1F. RGB value is (230,5,31). Sum of RGB (Red+Green+Blue) = 230+5+31=266 (35% of max value = 765). Red value is 230 (90.23% from 255 or 86.47% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 230 - color contains mainly: red. Hex color #E6051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6051F is #19FAE0. Grayscale: #4B4B4B. Windows color (decimal): -1702625 or 2033126. OLE color: 2033126.

HSL color Cylindrical-coordinate representation of color #E6051F: hue angle of 353.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6051F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB230531-
CMYK00.980.870.10
HSL353.07º95.74%46.08%-
HSV(B)353.07º97.83%90.2%-
XYZ32.9317.032.85-
YUV75.24103.04238.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 86.47%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=86.47%
G=1.88%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23053100.980.870.10353.0795.7446.08
HexE651F06257A161602e
Octal34653701421271254114056
Binary111001101011111101100010101011110101011000011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6051f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6051f; }

 p { color: rgb(230,5,31); }

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

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

 a { background-color: rgb(230,5,31); }

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

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

 span { border-color: rgb(230,5,31); }

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