#D71323

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

Shades of Fire Engine Red #D71323

Tints of Fire Engine Red #D71323

Color information

#D71323 (or 0xD71323) is unknown color: approx Fire Engine Red. HEX triplet: D7, 13 and 23. RGB value is (215,19,35). Sum of RGB (Red+Green+Blue) = 215+19+35=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D71323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71323 is #28ECDC. Grayscale: #4F4F4F. Windows color (decimal): -2682077 or 2298839. OLE color: 2298839.

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

Color convert

RGB2151935-
CMYK00.910.840.16
HSL355.1º83.76%45.88%-
HSV(B)355.1º91.16%84.31%-
XYZ28.5615.032.99-
YUV79.43102.93224.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 79.93%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 35 (14.06% from 255) = 13.01%
R=79.93%
G=7.06%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215193500.910.840.16355.183.7645.88
HexD7132305B5410163542e
Octal327234301331242054312456
Binary1101011110011100011010110111010100100001011000111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71323; }

 p { color: rgb(215,19,35); }

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

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

 a { background-color: rgb(215,19,35); }

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

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

 span { border-color: rgb(215,19,35); }

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