Html Css Color HEX #D64810 Harley Davidson Orange

📋 copy color: '#D64810'

red 214 ◦ green 72 ◦ blue 16

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

Shades of Harley Davidson Orange #D64810

Tints of Harley Davidson Orange #D64810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

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

R = 70.86%
G = 23.84%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D64810 (or 0xD64810) is known color: Harley Davidson Orange. HEX triplet: D6, 48 and 10. RGB value is (214,72,16). Sum of RGB (Red+Green+Blue) = 214+72+16=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D64810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64810 is #29B7EF. Grayscale: #6C6C6C. Windows color (decimal): -2734064 or 1067222. OLE color: 1067222.

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

Color convert

RGB 214 72 16 -
CMYK 0 0.66 0.93 0.16
HSL 16.97º 0.86% 0.45% -
HSV(B) 16.97º 0.93% 0.84% -
XYZ 30.14 18.97 2.56 -
YUV 108.07 76.04 203.55 -
System Red Green Blue C M Y K H S L
Decimal 214 72 16 0 0.66 0.93 0.16 16.97 0.86 0.45
Hex D6 48 10 0 42 5D 10 11 56 2D
Octal 326 110 20 0 102 135 20 21 126 55
Binary 11010110 1001000 10000 0 1000010 1011101 10000 10001 1010110 101101

Color Harmonies of #D64810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64810

Black with #D64810

Text Example


Text Example

White with #D64810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64810; }

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

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

background-color css

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

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

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

border-color css

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

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

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