#DA0522

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

Shades of Fire Engine Red #DA0522

Tints of Fire Engine Red #DA0522

Color information

#DA0522 (or 0xDA0522) is unknown color: approx Fire Engine Red. HEX triplet: DA, 05 and 22. RGB value is (218,5,34). Sum of RGB (Red+Green+Blue) = 218+5+34=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0522 is #25FADD. Grayscale: #484848. Windows color (decimal): -2489054 or 2229722. OLE color: 2229722.

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

Color convert

RGB218534-
CMYK00.980.840.15
HSL351.83º95.52%43.73%-
HSV(B)351.83º97.71%85.49%-
XYZ29.2615.132.89-
YUV71.99106.57232.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 84.82%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 34 (13.67% from 255) = 13.23%
R=84.82%
G=1.95%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21853400.980.840.15351.8395.5243.73
HexDA52206254F160602c
Octal33254201421241754014054
Binary1101101010110001001100010101010011111011000001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0522; }

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

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

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

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

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

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

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

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