#D7162C

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

Shades of Fire Engine Red #D7162C

Tints of Fire Engine Red #D7162C

Color information

#D7162C (or 0xD7162C) is unknown color: approx Fire Engine Red. HEX triplet: D7, 16 and 2C. RGB value is (215,22,44). Sum of RGB (Red+Green+Blue) = 215+22+44=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7162C is #28E9D3. Grayscale: #525252. Windows color (decimal): -2681300 or 2889431. OLE color: 2889431.

HSL color Cylindrical-coordinate representation of color #D7162C: hue angle of 353.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7162C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB2152244-
CMYK00.900.800.16
HSL353.16º81.43%46.47%-
HSV(B)353.16º89.77%84.31%-
XYZ28.7715.23.8-
YUV82.22106.44222.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 76.51%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=76.51%
G=7.83%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215224400.900.800.16353.1681.4346.47
HexD7162C05A5010161512e
Octal327265401321202054112156
Binary1101011110110101100010110101010000100001011000011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7162C; }

 p { color: rgb(215,22,44); }

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

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

 a { background-color: rgb(215,22,44); }

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

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

 span { border-color: rgb(215,22,44); }

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