#DA1012

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

Shades of Fire Engine Red #DA1012

Tints of Fire Engine Red #DA1012

Color information

#DA1012 (or 0xDA1012) is unknown color: approx Fire Engine Red. HEX triplet: DA, 10 and 12. RGB value is (218,16,18). Sum of RGB (Red+Green+Blue) = 218+16+18=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1012 is #25EFED. Grayscale: #4C4C4C. Windows color (decimal): -2486254 or 1183962. OLE color: 1183962.

HSL color Cylindrical-coordinate representation of color #DA1012: hue angle of 359.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA1012 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB2181618-
CMYK00.930.920.15
HSL359.41º86.32%45.88%-
HSV(B)359.41º92.66%85.49%-
XYZ29.2115.321.99-
YUV76.6394.92228.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 86.51%
GREEN value IS 16 (6.64% from 255) = 6.35%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=86.51%
G=6.35%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218161800.930.920.15359.4186.3245.88
HexDA101205D5CF167562e
Octal332202201351341754712656
Binary11011010100001001001011101101110011111011001111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1012; }

 p { color: rgb(218,16,18); }

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

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

 a { background-color: rgb(218,16,18); }

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

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

 span { border-color: rgb(218,16,18); }

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