Html Css Color HEX #D94311 Harley Davidson Orange

📋 copy color: '#D94311'

red 217 ◦ green 67 ◦ blue 17

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

Shades of Harley Davidson Orange #D94311

Tints of Harley Davidson Orange #D94311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 72.09%
G = 22.26%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D94311 (or 0xD94311) is known color: Harley Davidson Orange. HEX triplet: D9, 43 and 11. RGB value is (217,67,17). Sum of RGB (Red+Green+Blue) = 217+67+17=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D94311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94311 is #26BCEE. Grayscale: #6A6A6A. Windows color (decimal): -2538735 or 1131481. OLE color: 1131481.

HSL color Cylindrical-coordinate representation of color #D94311: hue angle of 15º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D94311 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 17 -
CMYK 0 0.69 0.92 0.15
HSL 15º 0.85% 0.46% -
HSV(B) 15º 0.92% 0.85% -
XYZ 30.72 18.81 2.54 -
YUV 106.15 77.7 207.07 -
System Red Green Blue C M Y K H S L
Decimal 217 67 17 0 0.69 0.92 0.15 15 0.85 0.46
Hex D9 43 11 0 45 5C F F 55 2E
Octal 331 103 21 0 105 134 17 17 125 56
Binary 11011001 1000011 10001 0 1000101 1011100 1111 1111 1010101 101110

Color Harmonies of #D94311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94311

Black with #D94311

Text Example


Text Example

White with #D94311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94311; }

 p { color: rgb(217,67,17); }

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

background-color css

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

 a { background-color: rgb(217,67,17); }

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

border-color css

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

 span { border-color: rgb(217,67,17); }

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