Html Css Color HEX #D73010 Harley Davidson Orange

📋 copy color: '#D73010'

red 215 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #D73010

Tints of Harley Davidson Orange #D73010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 77.06%
G = 17.2%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D73010 (or 0xD73010) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 10. RGB value is (215,48,16). Sum of RGB (Red+Green+Blue) = 215+48+16=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D73010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73010 is #28CFEF. Grayscale: #5E5E5E. Windows color (decimal): -2674672 or 1061079. OLE color: 1061079.

HSL color Cylindrical-coordinate representation of color #D73010: hue angle of 9.65º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D73010 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 16 -
CMYK 0 0.78 0.93 0.16
HSL 9.65º 0.86% 0.45% -
HSV(B) 9.65º 0.93% 0.84% -
XYZ 29.17 16.6 2.16 -
YUV 94.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 215 48 16 0 0.78 0.93 0.16 9.65 0.86 0.45
Hex D7 30 10 0 4E 5D 10 A 56 2D
Octal 327 60 20 0 116 135 20 12 126 55
Binary 11010111 110000 10000 0 1001110 1011101 10000 1010 1010110 101101

Color Harmonies of #D73010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73010

Black with #D73010

Text Example


Text Example

White with #D73010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73010; }

 p { color: rgb(215,48,16); }

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

background-color css

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

 a { background-color: rgb(215,48,16); }

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

border-color css

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

 span { border-color: rgb(215,48,16); }

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