Html Css Color HEX #D73217 Harley Davidson Orange

📋 copy color: '#D73217'

red 215 ◦ green 50 ◦ blue 23

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

Shades of Harley Davidson Orange #D73217

Tints of Harley Davidson Orange #D73217

RGB

 RED value IS 215 (84.38% from 255) = 74.65%

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 74.65%
G = 17.36%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D73217 (or 0xD73217) is known color: Harley Davidson Orange. HEX triplet: D7, 32 and 17. RGB value is (215,50,23). Sum of RGB (Red+Green+Blue) = 215+50+23=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D73217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73217 is #28CDE8. Grayscale: #606060. Windows color (decimal): -2674153 or 1520343. OLE color: 1520343.

HSL color Cylindrical-coordinate representation of color #D73217: hue angle of 8.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D73217 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 23 -
CMYK 0 0.77 0.89 0.16
HSL 8.44º 0.81% 0.47% -
HSV(B) 8.44º 0.89% 0.84% -
XYZ 29.32 16.79 2.51 -
YUV 96.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 215 50 23 0 0.77 0.89 0.16 8.44 0.81 0.47
Hex D7 32 17 0 4D 59 10 8 51 2F
Octal 327 62 27 0 115 131 20 10 121 57
Binary 11010111 110010 10111 0 1001101 1011001 10000 1000 1010001 101111

Color Harmonies of #D73217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73217

Black with #D73217

Text Example


Text Example

White with #D73217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73217; }

 p { color: rgb(215,50,23); }

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

background-color css

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

 a { background-color: rgb(215,50,23); }

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

border-color css

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

 span { border-color: rgb(215,50,23); }

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