Html Css Color HEX #D73502 Harley Davidson Orange

📋 copy color: '#D73502'

red 215 ◦ green 53 ◦ blue 2

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

Shades of Harley Davidson Orange #D73502

Tints of Harley Davidson Orange #D73502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 79.63%
G = 19.63%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D73502 (or 0xD73502) is known color: Harley Davidson Orange. HEX triplet: D7, 35 and 02. RGB value is (215,53,2). Sum of RGB (Red+Green+Blue) = 215+53+2=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D73502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73502 is #28CAFD. Grayscale: #5F5F5F. Windows color (decimal): -2673406 or 144855. OLE color: 144855.

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

Color convert

RGB 215 53 2 -
CMYK 0 0.75 0.99 0.16
HSL 14.37º 0.98% 0.43% -
HSV(B) 14.37º 0.99% 0.84% -
XYZ 29.31 17 1.79 -
YUV 95.62 75.17 213.15 -
System Red Green Blue C M Y K H S L
Decimal 215 53 2 0 0.75 0.99 0.16 14.37 0.98 0.43
Hex D7 35 2 0 4B 63 10 E 62 2B
Octal 327 65 2 0 113 143 20 16 142 53
Binary 11010111 110101 10 0 1001011 1100011 10000 1110 1100010 101011

Color Harmonies of #D73502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73502

Black with #D73502

Text Example


Text Example

White with #D73502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73502; }

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

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

background-color css

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

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

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

border-color css

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

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

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