Html Css Color HEX #D13717 Harley Davidson Orange

📋 copy color: '#D13717'

red 209 ◦ green 55 ◦ blue 23

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

Shades of Harley Davidson Orange #D13717

Tints of Harley Davidson Orange #D13717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.01%

R = 72.82%
G = 19.16%
B = 8.01%

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

#D13717 (or 0xD13717) is known color: Harley Davidson Orange. HEX triplet: D1, 37 and 17. RGB value is (209,55,23). Sum of RGB (Red+Green+Blue) = 209+55+23=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D13717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D13717 is #2EC8E8. Grayscale: #616161. Windows color (decimal): -3066089 or 1521617. OLE color: 1521617.

HSL color Cylindrical-coordinate representation of color #D13717: hue angle of 10.32º degrees, saturation: 0.8, 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 #D13717 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 55 23 -
CMYK 0 0.74 0.89 0.18
HSL 10.32º 0.8% 0.45% -
HSV(B) 10.32º 0.89% 0.82% -
XYZ 27.82 16.35 2.5 -
YUV 97.4 86.02 207.6 -
System Red Green Blue C M Y K H S L
Decimal 209 55 23 0 0.74 0.89 0.18 10.32 0.8 0.45
Hex D1 37 17 0 4A 59 12 A 50 2D
Octal 321 67 27 0 112 131 22 12 120 55
Binary 11010001 110111 10111 0 1001010 1011001 10010 1010 1010000 101101

Color Harmonies of #D13717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13717

Black with #D13717

Text Example


Text Example

White with #D13717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13717; }

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

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

background-color css

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

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

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

border-color css

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

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

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