#DF0524

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

Shades of Fire Engine Red #DF0524

Tints of Fire Engine Red #DF0524

Color information

#DF0524 (or 0xDF0524) is unknown color: approx Fire Engine Red. HEX triplet: DF, 05 and 24. RGB value is (223,5,36). Sum of RGB (Red+Green+Blue) = 223+5+36=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0524 is #20FADB. Grayscale: #494949. Windows color (decimal): -2161372 or 2360799. OLE color: 2360799.

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

Color convert

RGB223536-
CMYK00.980.840.13
HSL351.47º95.61%44.71%-
HSV(B)351.47º97.76%87.45%-
XYZ30.815.923.12-
YUV73.72106.72234.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 84.47%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=84.47%
G=1.89%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22353600.980.840.13351.4795.6144.71
HexDF52406254D15f602d
Octal33754401421241553714055
Binary1101111110110010001100010101010011011010111111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0524; }

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

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

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

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

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

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

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

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