Html Css Color HEX #D64710 Harley Davidson Orange

📋 copy color: '#D64710'

red 214 ◦ green 71 ◦ blue 16

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

Shades of Harley Davidson Orange #D64710

Tints of Harley Davidson Orange #D64710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 71.1%
G = 23.59%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D64710 (or 0xD64710) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 10. RGB value is (214,71,16). Sum of RGB (Red+Green+Blue) = 214+71+16=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D64710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64710 is #29B8EF. Grayscale: #6B6B6B. Windows color (decimal): -2734320 or 1066966. OLE color: 1066966.

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

Color convert

RGB 214 71 16 -
CMYK 0 0.67 0.93 0.16
HSL 16.67º 0.86% 0.45% -
HSV(B) 16.67º 0.93% 0.84% -
XYZ 30.08 18.84 2.54 -
YUV 107.49 76.38 203.97 -
System Red Green Blue C M Y K H S L
Decimal 214 71 16 0 0.67 0.93 0.16 16.67 0.86 0.45
Hex D6 47 10 0 43 5D 10 11 56 2D
Octal 326 107 20 0 103 135 20 21 126 55
Binary 11010110 1000111 10000 0 1000011 1011101 10000 10001 1010110 101101

Color Harmonies of #D64710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64710

Black with #D64710

Text Example


Text Example

White with #D64710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64710; }

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

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

background-color css

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

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

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

border-color css

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

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

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