Html Css Color HEX #D13710 Harley Davidson Orange

📋 copy color: '#D13710'

red 209 ◦ green 55 ◦ blue 16

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

Shades of Harley Davidson Orange #D13710

Tints of Harley Davidson Orange #D13710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 74.64%
G = 19.64%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D13710 (or 0xD13710) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 10. RGB value is (209,55,16). Sum of RGB (Red+Green+Blue) = 209+55+16=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D13710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13710 is #2EC8EF. Grayscale: #606060. Windows color (decimal): -3066096 or 1062865. OLE color: 1062865.

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

Color convert

RGB 209 55 16 -
CMYK 0 0.74 0.92 0.18
HSL 12.12º 0.86% 0.44% -
HSV(B) 12.12º 0.92% 0.82% -
XYZ 27.75 16.33 2.18 -
YUV 96.6 82.52 208.17 -
System Red Green Blue C M Y K H S L
Decimal 209 55 16 0 0.74 0.92 0.18 12.12 0.86 0.44
Hex D1 37 10 0 4A 5C 12 C 56 2C
Octal 321 67 20 0 112 134 22 14 126 54
Binary 11010001 110111 10000 0 1001010 1011100 10010 1100 1010110 101100

Color Harmonies of #D13710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13710

Black with #D13710

Text Example


Text Example

White with #D13710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13710; }

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

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

background-color css

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

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

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

border-color css

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

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

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