#DA1526

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

Shades of Fire Engine Red #DA1526

Tints of Fire Engine Red #DA1526

Color information

#DA1526 (or 0xDA1526) is unknown color: approx Fire Engine Red. HEX triplet: DA, 15 and 26. RGB value is (218,21,38). Sum of RGB (Red+Green+Blue) = 218+21+38=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1526 is #25EAD9. Grayscale: #515151. Windows color (decimal): -2484954 or 2495962. OLE color: 2495962.

HSL color Cylindrical-coordinate representation of color #DA1526: hue angle of 354.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1526 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB2182138-
CMYK00.900.830.15
HSL354.82º82.43%46.86%-
HSV(B)354.82º90.37%85.49%-
XYZ29.5315.583.28-
YUV81.84103.27225.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 78.70%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=78.70%
G=7.58%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218213800.900.830.15354.8282.4346.86
HexDA152605A53F163522f
Octal332254601321231754312257
Binary110110101010110011001011010101001111111011000111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1526; }

 p { color: rgb(218,21,38); }

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

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

 a { background-color: rgb(218,21,38); }

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

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

 span { border-color: rgb(218,21,38); }

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