Html Css Color HEX #D64717 Harley Davidson Orange

📋 copy color: '#D64717'

red 214 ◦ green 71 ◦ blue 23

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

Shades of Harley Davidson Orange #D64717

Tints of Harley Davidson Orange #D64717

RGB

 RED value IS 214 (83.98% from 255) = 69.48%

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 69.48%
G = 23.05%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D64717 (or 0xD64717) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 17. RGB value is (214,71,23). Sum of RGB (Red+Green+Blue) = 214+71+23=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D64717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64717 is #29B8E8. Grayscale: #6C6C6C. Windows color (decimal): -2734313 or 1525718. OLE color: 1525718.

HSL color Cylindrical-coordinate representation of color #D64717: hue angle of 15.08º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D64717 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 71 23 -
CMYK 0 0.67 0.89 0.16
HSL 15.08º 0.81% 0.46% -
HSV(B) 15.08º 0.89% 0.84% -
XYZ 30.14 18.86 2.86 -
YUV 108.29 79.88 203.4 -
System Red Green Blue C M Y K H S L
Decimal 214 71 23 0 0.67 0.89 0.16 15.08 0.81 0.46
Hex D6 47 17 0 43 59 10 F 51 2E
Octal 326 107 27 0 103 131 20 17 121 56
Binary 11010110 1000111 10111 0 1000011 1011001 10000 1111 1010001 101110

Color Harmonies of #D64717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64717

Black with #D64717

Text Example


Text Example

White with #D64717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64717; }

 p { color: rgb(214,71,23); }

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

background-color css

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

 a { background-color: rgb(214,71,23); }

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

border-color css

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

 span { border-color: rgb(214,71,23); }

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