#DF1314

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

Shades of Fire Engine Red #DF1314

Tints of Fire Engine Red #DF1314

Color information

#DF1314 (or 0xDF1314) is unknown color: approx Fire Engine Red. HEX triplet: DF, 13 and 14. RGB value is (223,19,20). Sum of RGB (Red+Green+Blue) = 223+19+20=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1314 is #20ECEB. Grayscale: #505050. Windows color (decimal): -2157804 or 1315807. OLE color: 1315807.

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

Color convert

RGB2231920-
CMYK00.910.910.13
HSL359.71º84.3%47.45%-
HSV(B)359.71º91.48%87.45%-
XYZ30.7916.22.17-
YUV80.1194.09229.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 85.11%
GREEN value IS 19 (7.81% from 255) = 7.25%
BLUE value IS 20 (8.20% from 255) = 7.63%
R=85.11%
G=7.25%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223192000.910.910.13359.7184.347.45
HexDF131405B5BD168542f
Octal337232401331331555012457
Binary11011111100111010001011011101101111011011010001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1314; }

 p { color: rgb(223,19,20); }

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

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

 a { background-color: rgb(223,19,20); }

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

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

 span { border-color: rgb(223,19,20); }

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