Html Css Color HEX #D64417 Harley Davidson Orange

📋 copy color: '#D64417'

red 214 ◦ green 68 ◦ blue 23

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

Shades of Harley Davidson Orange #D64417

Tints of Harley Davidson Orange #D64417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

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

R = 70.16%
G = 22.3%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D64417 (or 0xD64417) is known color: Harley Davidson Orange. HEX triplet: D6, 44 and 17. RGB value is (214,68,23). Sum of RGB (Red+Green+Blue) = 214+68+23=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D64417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64417 is #29BBE8. Grayscale: #6A6A6A. Windows color (decimal): -2735081 or 1524950. OLE color: 1524950.

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

Color convert

RGB 214 68 23 -
CMYK 0 0.68 0.89 0.16
HSL 14.14º 0.81% 0.46% -
HSV(B) 14.14º 0.89% 0.84% -
XYZ 29.95 18.49 2.8 -
YUV 106.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 214 68 23 0 0.68 0.89 0.16 14.14 0.81 0.46
Hex D6 44 17 0 44 59 10 E 51 2E
Octal 326 104 27 0 104 131 20 16 121 56
Binary 11010110 1000100 10111 0 1000100 1011001 10000 1110 1010001 101110

Color Harmonies of #D64417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64417

Black with #D64417

Text Example


Text Example

White with #D64417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64417; }

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

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

background-color css

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

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

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

border-color css

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

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

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