#DA3A14

Color #DA3A14 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DA3A14

Tints of Harley Davidson Orange #DA3A14

Color information

#DA3A14 (or 0xDA3A14) is unknown color: approx Harley Davidson Orange. HEX triplet: DA, 3A and 14. RGB value is (218,58,20). Sum of RGB (Red+Green+Blue) = 218+58+20=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A14 is #25C5EB. Grayscale: #656565. Windows color (decimal): -2475500 or 1325786. OLE color: 1325786.

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

Color convert

RGB2185820-
CMYK00.730.910.15
HSL11.52º83.19%46.67%-
HSV(B)11.52º90.83%85.49%-
XYZ30.5517.982.52-
YUV101.5182.01211.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 73.65%
GREEN value IS 58 (23.05% from 255) = 19.59%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=73.65%
G=19.59%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218582000.730.910.1511.5283.1946.67
HexDA3A140495BFc532f
Octal33272240111133171412357
Binary1101101011101010100010010011011011111111001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3A14; }

 p { color: rgb(218,58,20); }

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

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

 a { background-color: rgb(218,58,20); }

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

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

 span { border-color: rgb(218,58,20); }

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