#DF1825

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

Shades of Fire Engine Red #DF1825

Tints of Fire Engine Red #DF1825

Color information

#DF1825 (or 0xDF1825) is unknown color: approx Fire Engine Red. HEX triplet: DF, 18 and 25. RGB value is (223,24,37). Sum of RGB (Red+Green+Blue) = 223+24+37=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1825 is #20E7DA. Grayscale: #555555. Windows color (decimal): -2156507 or 2431199. OLE color: 2431199.

HSL color Cylindrical-coordinate representation of color #DF1825: hue angle of 356.08º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1825 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2232437-
CMYK00.890.830.13
HSL356.08º80.57%48.43%-
HSV(B)356.08º89.24%87.45%-
XYZ31.0916.473.29-
YUV84.98100.93226.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 78.52%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 37 (14.84% from 255) = 13.03%
R=78.52%
G=8.45%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223243700.890.830.13356.0880.5748.43
HexDF182505953D1645130
Octal337304501311231554412160
Binary110111111100010010101011001101001111011011001001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1825; }

 p { color: rgb(223,24,37); }

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

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

 a { background-color: rgb(223,24,37); }

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

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

 span { border-color: rgb(223,24,37); }

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