Html Css Color HEX #D94517 Harley Davidson Orange

📋 copy color: '#D94517'

red 217 ◦ green 69 ◦ blue 23

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

Shades of Harley Davidson Orange #D94517

Tints of Harley Davidson Orange #D94517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

 BLUE value IS 23 (9.38% from 255) = 7.44%

R = 70.23%
G = 22.33%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D94517 (or 0xD94517) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 17. RGB value is (217,69,23). Sum of RGB (Red+Green+Blue) = 217+69+23=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D94517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94517 is #26BAE8. Grayscale: #6C6C6C. Windows color (decimal): -2538217 or 1525209. OLE color: 1525209.

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

Color convert

RGB 217 69 23 -
CMYK 0 0.68 0.89 0.15
HSL 14.23º 0.81% 0.47% -
HSV(B) 14.23º 0.89% 0.85% -
XYZ 30.9 19.07 2.86 -
YUV 108.01 80.03 205.74 -
System Red Green Blue C M Y K H S L
Decimal 217 69 23 0 0.68 0.89 0.15 14.23 0.81 0.47
Hex D9 45 17 0 44 59 F E 51 2F
Octal 331 105 27 0 104 131 17 16 121 57
Binary 11011001 1000101 10111 0 1000100 1011001 1111 1110 1010001 101111

Color Harmonies of #D94517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94517

Black with #D94517

Text Example


Text Example

White with #D94517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94517; }

 p { color: rgb(217,69,23); }

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

background-color css

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

 a { background-color: rgb(217,69,23); }

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

border-color css

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

 span { border-color: rgb(217,69,23); }

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