#DF1824

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

Shades of Fire Engine Red #DF1824

Tints of Fire Engine Red #DF1824

Color information

#DF1824 (or 0xDF1824) is unknown color: approx Fire Engine Red. HEX triplet: DF, 18 and 24. RGB value is (223,24,36). Sum of RGB (Red+Green+Blue) = 223+24+36=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1824 is #20E7DB. Grayscale: #555555. Windows color (decimal): -2156508 or 2365663. OLE color: 2365663.

HSL color Cylindrical-coordinate representation of color #DF1824: hue angle of 356.38º 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 #DF1824 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB2232436-
CMYK00.890.840.13
HSL356.38º80.57%48.43%-
HSV(B)356.38º89.24%87.45%-
XYZ31.0816.473.21-
YUV84.87100.43226.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 78.80%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 36 (14.45% from 255) = 12.72%
R=78.80%
G=8.48%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223243600.890.840.13356.3880.5748.43
HexDF182405954D1645130
Octal337304401311241554412160
Binary110111111100010010001011001101010011011011001001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1824; }

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

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

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

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

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

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

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

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