#D74513

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

Shades of Harley Davidson Orange #D74513

Tints of Harley Davidson Orange #D74513

Color information

#D74513 (or 0xD74513) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 45 and 13. RGB value is (215,69,19). Sum of RGB (Red+Green+Blue) = 215+69+19=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D74513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74513 is #28BAEC. Grayscale: #6B6B6B. Windows color (decimal): -2669293 or 1263063. OLE color: 1263063.

HSL color Cylindrical-coordinate representation of color #D74513: hue angle of 15.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D74513 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB2156919-
CMYK00.680.910.16
HSL15.31º83.76%45.88%-
HSV(B)15.31º91.16%84.31%-
XYZ30.2718.752.64-
YUV106.9578.37205.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 70.96%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=70.96%
G=22.77%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215691900.680.910.1615.3183.7645.88
HexD745130445B10f542e
Octal327105230104133201712456
Binary110101111000101100110100010010110111000011111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74513; }

 p { color: rgb(215,69,19); }

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

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

 a { background-color: rgb(215,69,19); }

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

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

 span { border-color: rgb(215,69,19); }

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