Html Css Color HEX #D94710 Harley Davidson Orange

📋 copy color: '#D94710'

red 217 ◦ green 71 ◦ blue 16

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

Shades of Harley Davidson Orange #D94710

Tints of Harley Davidson Orange #D94710

RGB

 RED value IS 217 (85.16% from 255) = 71.38%

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

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 71.38%
G = 23.36%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D94710 (or 0xD94710) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 10. RGB value is (217,71,16). Sum of RGB (Red+Green+Blue) = 217+71+16=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D94710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94710 is #26B8EF. Grayscale: #6C6C6C. Windows color (decimal): -2537712 or 1066969. OLE color: 1066969.

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

Color convert

RGB 217 71 16 -
CMYK 0 0.67 0.93 0.15
HSL 16.42º 0.86% 0.46% -
HSV(B) 16.42º 0.93% 0.85% -
XYZ 30.96 19.3 2.58 -
YUV 108.38 75.87 205.47 -
System Red Green Blue C M Y K H S L
Decimal 217 71 16 0 0.67 0.93 0.15 16.42 0.86 0.46
Hex D9 47 10 0 43 5D F 10 56 2E
Octal 331 107 20 0 103 135 17 20 126 56
Binary 11011001 1000111 10000 0 1000011 1011101 1111 10000 1010110 101110

Color Harmonies of #D94710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94710

Black with #D94710

Text Example


Text Example

White with #D94710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94710; }

 p { color: rgb(217,71,16); }

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

background-color css

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

 a { background-color: rgb(217,71,16); }

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

border-color css

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

 span { border-color: rgb(217,71,16); }

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