Html Css Color HEX #D13706 Harley Davidson Orange

📋 copy color: '#D13706'

red 209 ◦ green 55 ◦ blue 6

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

Shades of Harley Davidson Orange #D13706

Tints of Harley Davidson Orange #D13706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

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

R = 77.41%
G = 20.37%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D13706 (or 0xD13706) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 06. RGB value is (209,55,6). Sum of RGB (Red+Green+Blue) = 209+55+6=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D13706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13706 is #2EC8F9. Grayscale: #5F5F5F. Windows color (decimal): -3066106 or 407505. OLE color: 407505.

HSL color Cylindrical-coordinate representation of color #D13706: hue angle of 14.48º 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 #D13706 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 55 6 -
CMYK 0 0.74 0.97 0.18
HSL 14.48º 0.94% 0.42% -
HSV(B) 14.48º 0.97% 0.82% -
XYZ 27.69 16.3 1.86 -
YUV 95.46 77.52 208.98 -
System Red Green Blue C M Y K H S L
Decimal 209 55 6 0 0.74 0.97 0.18 14.48 0.94 0.42
Hex D1 37 6 0 4A 61 12 E 5E 2A
Octal 321 67 6 0 112 141 22 16 136 52
Binary 11010001 110111 110 0 1001010 1100001 10010 1110 1011110 101010

Color Harmonies of #D13706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13706

Black with #D13706

Text Example


Text Example

White with #D13706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13706; }

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

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

background-color css

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

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

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

border-color css

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

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

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