#D71D2C

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

Shades of Fire Engine Red #D71D2C

Tints of Fire Engine Red #D71D2C

Color information

#D71D2C (or 0xD71D2C) is unknown color: approx Fire Engine Red. HEX triplet: D7, 1D and 2C. RGB value is (215,29,44). Sum of RGB (Red+Green+Blue) = 215+29+44=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D2C is #28E2D3. Grayscale: #565656. Windows color (decimal): -2679508 or 2891223. OLE color: 2891223.

HSL color Cylindrical-coordinate representation of color #D71D2C: hue angle of 355.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71D2C is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB2152944-
CMYK00.870.800.16
HSL355.16º76.23%47.84%-
HSV(B)355.16º86.51%84.31%-
XYZ28.9215.513.85-
YUV86.32104.12219.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 74.65%
GREEN value IS 29 (11.72% from 255) = 10.07%
BLUE value IS 44 (17.58% from 255) = 15.28%
R=74.65%
G=10.07%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215294400.870.800.16355.1676.2347.84
HexD71D2C05750101634c30
Octal327355401271202054311460
Binary1101011111101101100010101111010000100001011000111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71D2C; }

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

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

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

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

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

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

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

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