Html Css Color HEX #D94217 Harley Davidson Orange

📋 copy color: '#D94217'

red 217 ◦ green 66 ◦ blue 23

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

Shades of Harley Davidson Orange #D94217

Tints of Harley Davidson Orange #D94217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 70.92%
G = 21.57%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D94217 (or 0xD94217) is known color: Harley Davidson Orange. HEX triplet: D9, 42 and 17. RGB value is (217,66,23). Sum of RGB (Red+Green+Blue) = 217+66+23=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D94217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94217 is #26BDE8. Grayscale: #6A6A6A. Windows color (decimal): -2538985 or 1524441. OLE color: 1524441.

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

Color convert

RGB 217 66 23 -
CMYK 0 0.70 0.89 0.15
HSL 13.3º 0.81% 0.47% -
HSV(B) 13.3º 0.89% 0.85% -
XYZ 30.72 18.71 2.8 -
YUV 106.25 81.03 207 -
System Red Green Blue C M Y K H S L
Decimal 217 66 23 0 0.70 0.89 0.15 13.3 0.81 0.47
Hex D9 42 17 0 46 59 F D 51 2F
Octal 331 102 27 0 106 131 17 15 121 57
Binary 11011001 1000010 10111 0 1000110 1011001 1111 1101 1010001 101111

Color Harmonies of #D94217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94217

Black with #D94217

Text Example


Text Example

White with #D94217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94217; }

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

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

background-color css

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

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

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

border-color css

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

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

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