Html Css Color HEX #D64010 Harley Davidson Orange

📋 copy color: '#D64010'

red 214 ◦ green 64 ◦ blue 16

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

Shades of Harley Davidson Orange #D64010

Tints of Harley Davidson Orange #D64010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

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

R = 72.79%
G = 21.77%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D64010 (or 0xD64010) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 10. RGB value is (214,64,16). Sum of RGB (Red+Green+Blue) = 214+64+16=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D64010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64010 is #29BFEF. Grayscale: #676767. Windows color (decimal): -2736112 or 1065174. OLE color: 1065174.

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

Color convert

RGB 214 64 16 -
CMYK 0 0.70 0.93 0.16
HSL 14.55º 0.86% 0.45% -
HSV(B) 14.55º 0.93% 0.84% -
XYZ 29.66 18 2.4 -
YUV 103.38 78.7 206.9 -
System Red Green Blue C M Y K H S L
Decimal 214 64 16 0 0.70 0.93 0.16 14.55 0.86 0.45
Hex D6 40 10 0 46 5D 10 F 56 2D
Octal 326 100 20 0 106 135 20 17 126 55
Binary 11010110 1000000 10000 0 1000110 1011101 10000 1111 1010110 101101

Color Harmonies of #D64010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64010

Black with #D64010

Text Example


Text Example

White with #D64010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64010; }

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

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

background-color css

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

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

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

border-color css

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

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

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