Html Css Color HEX #D73207 Harley Davidson Orange

📋 copy color: '#D73207'

red 215 ◦ green 50 ◦ blue 7

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

Shades of Harley Davidson Orange #D73207

Tints of Harley Davidson Orange #D73207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 79.04%
G = 18.38%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D73207 (or 0xD73207) is known color: Harley Davidson Orange. HEX triplet: D7, 32 and 07. RGB value is (215,50,7). Sum of RGB (Red+Green+Blue) = 215+50+7=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D73207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73207 is #28CDF8. Grayscale: #5E5E5E. Windows color (decimal): -2674169 or 471767. OLE color: 471767.

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

Color convert

RGB 215 50 7 -
CMYK 0 0.77 0.97 0.16
HSL 12.4º 0.94% 0.44% -
HSV(B) 12.4º 0.97% 0.84% -
XYZ 29.2 16.74 1.89 -
YUV 94.43 78.66 214 -
System Red Green Blue C M Y K H S L
Decimal 215 50 7 0 0.77 0.97 0.16 12.4 0.94 0.44
Hex D7 32 7 0 4D 61 10 C 5E 2C
Octal 327 62 7 0 115 141 20 14 136 54
Binary 11010111 110010 111 0 1001101 1100001 10000 1100 1011110 101100

Color Harmonies of #D73207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73207

Black with #D73207

Text Example


Text Example

White with #D73207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73207; }

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

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

background-color css

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

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

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

border-color css

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

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

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