#d74314

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

Shades of Harley Davidson Orange #D74314

Tints of Harley Davidson Orange #D74314

Color information

#D74314 (or 0xD74314) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 43 and 14. RGB value is (215,67,20). Sum of RGB (Red+Green+Blue) = 215+67+20=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D74314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74314 is #28BCEB. Grayscale: #6A6A6A. Windows color (decimal): -2669804 or 1328087. OLE color: 1328087.

HSL color Cylindrical-coordinate representation of color #D74314: hue angle of 14.46º degrees, saturation: 0.83, 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 #D74314 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB2156720-
CMYK00.690.910.16
HSL14.46º82.98%46.08%-
HSV(B)14.46º90.7%84.31%-
XYZ30.1618.512.65-
YUV105.8979.53205.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 71.19%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 20 (8.20% from 255) = 6.62%
R=71.19%
G=22.19%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215672000.690.910.1614.4682.9846.08
HexD743140455B10e532e
Octal327103240105133201612356
Binary110101111000011101000100010110110111000011101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d74314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d74314; }

 p { color: rgb(215,67,20); }

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

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

 a { background-color: rgb(215,67,20); }

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

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

 span { border-color: rgb(215,67,20); }

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