Html Css Color HEX #D84317 Harley Davidson Orange

📋 copy color: '#D84317'

red 216 ◦ green 67 ◦ blue 23

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

Shades of Harley Davidson Orange #D84317

Tints of Harley Davidson Orange #D84317

RGB

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

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

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

R = 70.59%
G = 21.9%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D84317 (or 0xD84317) is known color: Harley Davidson Orange. HEX triplet: D8, 43 and 17. RGB value is (216,67,23). Sum of RGB (Red+Green+Blue) = 216+67+23=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D84317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84317 is #27BCE8. Grayscale: #6A6A6A. Windows color (decimal): -2604265 or 1524696. OLE color: 1524696.

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

Color convert

RGB 216 67 23 -
CMYK 0 0.69 0.89 0.15
HSL 13.68º 0.81% 0.47% -
HSV(B) 13.68º 0.89% 0.85% -
XYZ 30.48 18.68 2.81 -
YUV 106.54 80.86 206.08 -
System Red Green Blue C M Y K H S L
Decimal 216 67 23 0 0.69 0.89 0.15 13.68 0.81 0.47
Hex D8 43 17 0 45 59 F E 51 2F
Octal 330 103 27 0 105 131 17 16 121 57
Binary 11011000 1000011 10111 0 1000101 1011001 1111 1110 1010001 101111

Color Harmonies of #D84317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84317

Black with #D84317

Text Example


Text Example

White with #D84317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84317; }

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

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

background-color css

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

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

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

border-color css

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

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

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