Html Css Color HEX #D13713 Harley Davidson Orange

📋 copy color: '#D13713'

red 209 ◦ green 55 ◦ blue 19

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

Shades of Harley Davidson Orange #D13713

Tints of Harley Davidson Orange #D13713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 73.85%
G = 19.43%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D13713 (or 0xD13713) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 13. RGB value is (209,55,19). Sum of RGB (Red+Green+Blue) = 209+55+19=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D13713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13713 is #2EC8EC. Grayscale: #616161. Windows color (decimal): -3066093 or 1259473. OLE color: 1259473.

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

Color convert

RGB 209 55 19 -
CMYK 0 0.74 0.91 0.18
HSL 11.37º 0.83% 0.45% -
HSV(B) 11.37º 0.91% 0.82% -
XYZ 27.78 16.33 2.3 -
YUV 96.94 84.02 207.93 -
System Red Green Blue C M Y K H S L
Decimal 209 55 19 0 0.74 0.91 0.18 11.37 0.83 0.45
Hex D1 37 13 0 4A 5B 12 B 53 2D
Octal 321 67 23 0 112 133 22 13 123 55
Binary 11010001 110111 10011 0 1001010 1011011 10010 1011 1010011 101101

Color Harmonies of #D13713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13713

Black with #D13713

Text Example


Text Example

White with #D13713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13713; }

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

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

background-color css

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

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

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

border-color css

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

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

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