Html Css Color HEX #D73513 Harley Davidson Orange

📋 copy color: '#D73513'

red 215 ◦ green 53 ◦ blue 19

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

Shades of Harley Davidson Orange #D73513

Tints of Harley Davidson Orange #D73513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

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

R = 74.91%
G = 18.47%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D73513 (or 0xD73513) is known color: Harley Davidson Orange. HEX triplet: D7, 35 and 13. RGB value is (215,53,19). Sum of RGB (Red+Green+Blue) = 215+53+19=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D73513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73513 is #28CAEC. Grayscale: #616161. Windows color (decimal): -2673389 or 1258967. OLE color: 1258967.

HSL color Cylindrical-coordinate representation of color #D73513: hue angle of 10.41º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D73513 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 53 19 -
CMYK 0 0.75 0.91 0.16
HSL 10.41º 0.84% 0.46% -
HSV(B) 10.41º 0.91% 0.84% -
XYZ 29.41 17.04 2.35 -
YUV 97.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 215 53 19 0 0.75 0.91 0.16 10.41 0.84 0.46
Hex D7 35 13 0 4B 5B 10 A 54 2E
Octal 327 65 23 0 113 133 20 12 124 56
Binary 11010111 110101 10011 0 1001011 1011011 10000 1010 1010100 101110

Color Harmonies of #D73513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73513

Black with #D73513

Text Example


Text Example

White with #D73513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73513; }

 p { color: rgb(215,53,19); }

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

background-color css

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

 a { background-color: rgb(215,53,19); }

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

border-color css

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

 span { border-color: rgb(215,53,19); }

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