Html Css Color HEX #D13716 Harley Davidson Orange

📋 copy color: '#D13716'

red 209 ◦ green 55 ◦ blue 22

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

Shades of Harley Davidson Orange #D13716

Tints of Harley Davidson Orange #D13716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 73.08%
G = 19.23%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D13716 (or 0xD13716) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 16. RGB value is (209,55,22). Sum of RGB (Red+Green+Blue) = 209+55+22=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D13716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13716 is #2EC8E9. Grayscale: #616161. Windows color (decimal): -3066090 or 1456081. OLE color: 1456081.

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

Color convert

RGB 209 55 22 -
CMYK 0 0.74 0.89 0.18
HSL 10.59º 0.81% 0.45% -
HSV(B) 10.59º 0.89% 0.82% -
XYZ 27.81 16.35 2.45 -
YUV 97.28 85.52 207.68 -
System Red Green Blue C M Y K H S L
Decimal 209 55 22 0 0.74 0.89 0.18 10.59 0.81 0.45
Hex D1 37 16 0 4A 59 12 B 51 2D
Octal 321 67 26 0 112 131 22 13 121 55
Binary 11010001 110111 10110 0 1001010 1011001 10010 1011 1010001 101101

Color Harmonies of #D13716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13716

Black with #D13716

Text Example


Text Example

White with #D13716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13716; }

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

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

background-color css

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

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

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

border-color css

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

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

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