Html Css Color HEX #D14014 Harley Davidson Orange

📋 copy color: '#D14014'

red 209 ◦ green 64 ◦ blue 20

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

Shades of Harley Davidson Orange #D14014

Tints of Harley Davidson Orange #D14014

RGB

 RED value IS 209 (82.03% from 255) = 71.33%

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

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 71.33%
G = 21.84%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D14014 (or 0xD14014) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 14. RGB value is (209,64,20). Sum of RGB (Red+Green+Blue) = 209+64+20=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D14014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14014 is #2EBFEB. Grayscale: #666666. Windows color (decimal): -3063788 or 1327313. OLE color: 1327313.

HSL color Cylindrical-coordinate representation of color #D14014: hue angle of 13.97º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D14014 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 20 -
CMYK 0 0.69 0.90 0.18
HSL 13.97º 0.83% 0.45% -
HSV(B) 13.97º 0.9% 0.82% -
XYZ 28.25 17.27 2.51 -
YUV 102.34 81.54 204.08 -
System Red Green Blue C M Y K H S L
Decimal 209 64 20 0 0.69 0.90 0.18 13.97 0.83 0.45
Hex D1 40 14 0 45 5A 12 E 53 2D
Octal 321 100 24 0 105 132 22 16 123 55
Binary 11010001 1000000 10100 0 1000101 1011010 10010 1110 1010011 101101

Color Harmonies of #D14014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14014

Black with #D14014

Text Example


Text Example

White with #D14014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14014; }

 p { color: rgb(209,64,20); }

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

background-color css

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

 a { background-color: rgb(209,64,20); }

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

border-color css

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

 span { border-color: rgb(209,64,20); }

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