#E6151B

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

Shades of Fire Engine Red #E6151B

Tints of Fire Engine Red #E6151B

Color information

#E6151B (or 0xE6151B) is unknown color: approx Fire Engine Red. HEX triplet: E6, 15 and 1B. RGB value is (230,21,27). Sum of RGB (Red+Green+Blue) = 230+21+27=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6151B is #19EAE4. Grayscale: #545454. Windows color (decimal): -1698533 or 1775078. OLE color: 1775078.

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

Color convert

RGB2302127-
CMYK00.910.880.10
HSL358.28º83.27%49.22%-
HSV(B)358.28º90.87%90.2%-
XYZ33.117.442.66-
YUV84.1895.74232.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 82.73%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 27 (10.94% from 255) = 9.71%
R=82.73%
G=7.55%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230212700.910.880.10358.2883.2749.22
HexE6151B05B58A1665331
Octal346253301331301254612361
Binary11100110101011101101011011101100010101011001101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6151B; }

 p { color: rgb(230,21,27); }

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

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

 a { background-color: rgb(230,21,27); }

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

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

 span { border-color: rgb(230,21,27); }

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