Html Css Color HEX #D74714 Harley Davidson Orange

📋 copy color: '#D74714'

red 215 ◦ green 71 ◦ blue 20

#D74714
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D74714

Tints of Harley Davidson Orange #D74714

RGB

 RED value IS 215 (84.38% from 255) = 70.26%

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 70.26%
G = 23.2%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D74714 (or 0xD74714) is known color: Harley Davidson Orange. HEX triplet: D7, 47 and 14. RGB value is (215,71,20). Sum of RGB (Red+Green+Blue) = 215+71+20=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D74714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74714 is #28B8EB. Grayscale: #6C6C6C. Windows color (decimal): -2668780 or 1329111. OLE color: 1329111.

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

Color convert

RGB 215 71 20 -
CMYK 0 0.67 0.91 0.16
HSL 15.69º 0.83% 0.46% -
HSV(B) 15.69º 0.91% 0.84% -
XYZ 30.4 19 2.73 -
YUV 108.24 78.21 204.15 -
System Red Green Blue C M Y K H S L
Decimal 215 71 20 0 0.67 0.91 0.16 15.69 0.83 0.46
Hex D7 47 14 0 43 5B 10 10 53 2E
Octal 327 107 24 0 103 133 20 20 123 56
Binary 11010111 1000111 10100 0 1000011 1011011 10000 10000 1010011 101110

Color Harmonies of #D74714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74714

Black with #D74714

Text Example


Text Example

White with #D74714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74714; }

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

 H1.HeaderClassName
 {
   color: #D74714;
 }
 .AnyTagClassName
 {
   color: #D74714;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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