Html Css Color HEX #D84617 Harley Davidson Orange

📋 copy color: '#D84617'

red 216 ◦ green 70 ◦ blue 23

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

Shades of Harley Davidson Orange #D84617

Tints of Harley Davidson Orange #D84617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

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

R = 69.9%
G = 22.65%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D84617 (or 0xD84617) is known color: Harley Davidson Orange. HEX triplet: D8, 46 and 17. RGB value is (216,70,23). Sum of RGB (Red+Green+Blue) = 216+70+23=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D84617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84617 is #27B9E8. Grayscale: #6C6C6C. Windows color (decimal): -2603497 or 1525464. OLE color: 1525464.

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

Color convert

RGB 216 70 23 -
CMYK 0 0.68 0.89 0.15
HSL 14.61º 0.81% 0.47% -
HSV(B) 14.61º 0.89% 0.85% -
XYZ 30.66 19.04 2.87 -
YUV 108.3 79.87 204.82 -
System Red Green Blue C M Y K H S L
Decimal 216 70 23 0 0.68 0.89 0.15 14.61 0.81 0.47
Hex D8 46 17 0 44 59 F F 51 2F
Octal 330 106 27 0 104 131 17 17 121 57
Binary 11011000 1000110 10111 0 1000100 1011001 1111 1111 1010001 101111

Color Harmonies of #D84617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84617

Black with #D84617

Text Example


Text Example

White with #D84617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84617; }

 p { color: rgb(216,70,23); }

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

background-color css

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

 a { background-color: rgb(216,70,23); }

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

border-color css

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

 span { border-color: rgb(216,70,23); }

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