Html Css Color HEX #D14006 Harley Davidson Orange

📋 copy color: '#D14006'

red 209 ◦ green 64 ◦ blue 6

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

Shades of Harley Davidson Orange #D14006

Tints of Harley Davidson Orange #D14006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.15%

R = 74.91%
G = 22.94%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D14006 (or 0xD14006) is known color: Harley Davidson Orange. HEX triplet: D1, 40 and 06. RGB value is (209,64,6). Sum of RGB (Red+Green+Blue) = 209+64+6=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D14006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14006 is #2EBFF9. Grayscale: #656565. Windows color (decimal): -3063802 or 409809. OLE color: 409809.

HSL color Cylindrical-coordinate representation of color #D14006: hue angle of 17.14º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D14006 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 64 6 -
CMYK 0 0.69 0.97 0.18
HSL 17.14º 0.94% 0.42% -
HSV(B) 17.14º 0.97% 0.82% -
XYZ 28.16 17.24 2.01 -
YUV 100.74 74.54 205.22 -
System Red Green Blue C M Y K H S L
Decimal 209 64 6 0 0.69 0.97 0.18 17.14 0.94 0.42
Hex D1 40 6 0 45 61 12 11 5E 2A
Octal 321 100 6 0 105 141 22 21 136 52
Binary 11010001 1000000 110 0 1000101 1100001 10010 10001 1011110 101010

Color Harmonies of #D14006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14006

Black with #D14006

Text Example


Text Example

White with #D14006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14006; }

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

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

background-color css

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

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

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

border-color css

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

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

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