Html Css Color HEX #D84911 Harley Davidson Orange

📋 copy color: '#D84911'

red 216 ◦ green 73 ◦ blue 17

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

Shades of Harley Davidson Orange #D84911

Tints of Harley Davidson Orange #D84911

RGB

 RED value IS 216 (84.77% from 255) = 70.59%

 GREEN value IS 73 (28.91% from 255) = 23.86%

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

R = 70.59%
G = 23.86%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D84911 (or 0xD84911) is known color: Harley Davidson Orange. HEX triplet: D8, 49 and 11. RGB value is (216,73,17). Sum of RGB (Red+Green+Blue) = 216+73+17=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D84911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84911 is #27B6EE. Grayscale: #6D6D6D. Windows color (decimal): -2602735 or 1133016. OLE color: 1133016.

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

Color convert

RGB 216 73 17 -
CMYK 0 0.66 0.92 0.15
HSL 16.88º 0.85% 0.46% -
HSV(B) 16.88º 0.92% 0.85% -
XYZ 30.8 19.4 2.65 -
YUV 109.37 75.88 204.05 -
System Red Green Blue C M Y K H S L
Decimal 216 73 17 0 0.66 0.92 0.15 16.88 0.85 0.46
Hex D8 49 11 0 42 5C F 11 55 2E
Octal 330 111 21 0 102 134 17 21 125 56
Binary 11011000 1001001 10001 0 1000010 1011100 1111 10001 1010101 101110

Color Harmonies of #D84911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84911

Black with #D84911

Text Example


Text Example

White with #D84911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84911; }

 p { color: rgb(216,73,17); }

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

background-color css

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

 a { background-color: rgb(216,73,17); }

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

border-color css

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

 span { border-color: rgb(216,73,17); }

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