Html Css Color HEX #D13506 Harley Davidson Orange

📋 copy color: '#D13506'

red 209 ◦ green 53 ◦ blue 6

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

Shades of Harley Davidson Orange #D13506

Tints of Harley Davidson Orange #D13506

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.78%

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

R = 77.99%
G = 19.78%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D13506 (or 0xD13506) is known color: Harley Davidson Orange. HEX triplet: D1, 35 and 06. RGB value is (209,53,6). Sum of RGB (Red+Green+Blue) = 209+53+6=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D13506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13506 is #2ECAF9. Grayscale: #5E5E5E. Windows color (decimal): -3066618 or 406993. OLE color: 406993.

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

Color convert

RGB 209 53 6 -
CMYK 0 0.75 0.97 0.18
HSL 13.89º 0.94% 0.42% -
HSV(B) 13.89º 0.97% 0.82% -
XYZ 27.6 16.11 1.83 -
YUV 94.29 78.18 209.82 -
System Red Green Blue C M Y K H S L
Decimal 209 53 6 0 0.75 0.97 0.18 13.89 0.94 0.42
Hex D1 35 6 0 4B 61 12 E 5E 2A
Octal 321 65 6 0 113 141 22 16 136 52
Binary 11010001 110101 110 0 1001011 1100001 10010 1110 1011110 101010

Color Harmonies of #D13506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13506

Black with #D13506

Text Example


Text Example

White with #D13506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13506; }

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

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

background-color css

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

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

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

border-color css

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

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

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