#DA0524

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

Shades of Fire Engine Red #DA0524

Tints of Fire Engine Red #DA0524

Color information

#DA0524 (or 0xDA0524) is unknown color: approx Fire Engine Red. HEX triplet: DA, 05 and 24. RGB value is (218,5,36). Sum of RGB (Red+Green+Blue) = 218+5+36=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0524 is #25FADB. Grayscale: #484848. Windows color (decimal): -2489052 or 2360794. OLE color: 2360794.

HSL color Cylindrical-coordinate representation of color #DA0524: hue angle of 351.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0524 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB218536-
CMYK00.980.830.15
HSL351.27º95.52%43.73%-
HSV(B)351.27º97.71%85.49%-
XYZ29.2915.143.05-
YUV72.22107.57231.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 84.17%
GREEN value IS 5 (2.34% from 255) = 1.93%
BLUE value IS 36 (14.45% from 255) = 13.90%
R=84.17%
G=1.93%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21853600.980.830.15351.2795.5243.73
HexDA52406253F15f602c
Octal33254401421231753714054
Binary1101101010110010001100010101001111111010111111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0524; }

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

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

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

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

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

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

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

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