Html Css Color HEX #D84511 Harley Davidson Orange

📋 copy color: '#D84511'

red 216 ◦ green 69 ◦ blue 17

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

Shades of Harley Davidson Orange #D84511

Tints of Harley Davidson Orange #D84511

RGB

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

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

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

R = 71.52%
G = 22.85%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D84511 (or 0xD84511) is known color: Harley Davidson Orange. HEX triplet: D8, 45 and 11. RGB value is (216,69,17). Sum of RGB (Red+Green+Blue) = 216+69+17=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D84511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84511 is #27BAEE. Grayscale: #6B6B6B. Windows color (decimal): -2603759 or 1131992. OLE color: 1131992.

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

Color convert

RGB 216 69 17 -
CMYK 0 0.68 0.92 0.15
HSL 15.68º 0.85% 0.46% -
HSV(B) 15.68º 0.92% 0.85% -
XYZ 30.55 18.9 2.57 -
YUV 107.03 77.2 205.73 -
System Red Green Blue C M Y K H S L
Decimal 216 69 17 0 0.68 0.92 0.15 15.68 0.85 0.46
Hex D8 45 11 0 44 5C F 10 55 2E
Octal 330 105 21 0 104 134 17 20 125 56
Binary 11011000 1000101 10001 0 1000100 1011100 1111 10000 1010101 101110

Color Harmonies of #D84511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84511

Black with #D84511

Text Example


Text Example

White with #D84511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84511; }

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

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

background-color css

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

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

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

border-color css

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

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

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