Html Css Color HEX #D13501 Harley Davidson Orange

📋 copy color: '#D13501'

red 209 ◦ green 53 ◦ blue 1

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

Shades of Harley Davidson Orange #D13501

Tints of Harley Davidson Orange #D13501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 79.47%
G = 20.15%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D13501 (or 0xD13501) is known color: Harley Davidson Orange. HEX triplet: D1, 35 and 01. RGB value is (209,53,1). Sum of RGB (Red+Green+Blue) = 209+53+1=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D13501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13501 is #2ECAFE. Grayscale: #5E5E5E. Windows color (decimal): -3066623 or 79313. OLE color: 79313.

HSL color Cylindrical-coordinate representation of color #D13501: hue angle of 15º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D13501 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 1 -
CMYK 0 0.75 1.00 0.18
HSL 15º 0.99% 0.41% -
HSV(B) 15º 1% 0.82% -
XYZ 27.57 16.1 1.68 -
YUV 93.72 75.68 210.23 -
System Red Green Blue C M Y K H S L
Decimal 209 53 1 0 0.75 1.00 0.18 15 0.99 0.41
Hex D1 35 1 0 4B 64 12 F 63 29
Octal 321 65 1 0 113 144 22 17 143 51
Binary 11010001 110101 1 0 1001011 1100100 10010 1111 1100011 101001

Color Harmonies of #D13501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13501

Black with #D13501

Text Example


Text Example

White with #D13501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13501; }

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

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

background-color css

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

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

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

border-color css

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

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

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