Html Css Color HEX #D73514 Harley Davidson Orange

📋 copy color: '#D73514'

red 215 ◦ green 53 ◦ blue 20

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

Shades of Harley Davidson Orange #D73514

Tints of Harley Davidson Orange #D73514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 74.65%
G = 18.4%
B = 6.94%

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

#D73514 (or 0xD73514) is known color: Harley Davidson Orange. HEX triplet: D7, 35 and 14. RGB value is (215,53,20). Sum of RGB (Red+Green+Blue) = 215+53+20=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D73514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73514 is #28CAEB. Grayscale: #616161. Windows color (decimal): -2673388 or 1324503. OLE color: 1324503.

HSL color Cylindrical-coordinate representation of color #D73514: hue angle of 10.15º degrees, saturation: 0.83, 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 #D73514 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 53 20 -
CMYK 0 0.75 0.91 0.16
HSL 10.15º 0.83% 0.46% -
HSV(B) 10.15º 0.91% 0.84% -
XYZ 29.42 17.04 2.4 -
YUV 97.68 84.17 211.68 -
System Red Green Blue C M Y K H S L
Decimal 215 53 20 0 0.75 0.91 0.16 10.15 0.83 0.46
Hex D7 35 14 0 4B 5B 10 A 53 2E
Octal 327 65 24 0 113 133 20 12 123 56
Binary 11010111 110101 10100 0 1001011 1011011 10000 1010 1010011 101110

Color Harmonies of #D73514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73514

Black with #D73514

Text Example


Text Example

White with #D73514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73514; }

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

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

background-color css

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

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

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

border-color css

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

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

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