Html Css Color HEX #D94811 Harley Davidson Orange

📋 copy color: '#D94811'

red 217 ◦ green 72 ◦ blue 17

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

Shades of Harley Davidson Orange #D94811

Tints of Harley Davidson Orange #D94811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

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

R = 70.92%
G = 23.53%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D94811 (or 0xD94811) is known color: Harley Davidson Orange. HEX triplet: D9, 48 and 11. RGB value is (217,72,17). Sum of RGB (Red+Green+Blue) = 217+72+17=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D94811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94811 is #26B7EE. Grayscale: #6D6D6D. Windows color (decimal): -2537455 or 1132761. OLE color: 1132761.

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

Color convert

RGB 217 72 17 -
CMYK 0 0.67 0.92 0.15
HSL 16.5º 0.85% 0.46% -
HSV(B) 16.5º 0.92% 0.85% -
XYZ 31.03 19.43 2.64 -
YUV 109.09 76.04 204.97 -
System Red Green Blue C M Y K H S L
Decimal 217 72 17 0 0.67 0.92 0.15 16.5 0.85 0.46
Hex D9 48 11 0 43 5C F 10 55 2E
Octal 331 110 21 0 103 134 17 20 125 56
Binary 11011001 1001000 10001 0 1000011 1011100 1111 10000 1010101 101110

Color Harmonies of #D94811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94811

Black with #D94811

Text Example


Text Example

White with #D94811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94811; }

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

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

background-color css

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

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

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

border-color css

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

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

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