Html Css Color HEX #D73505 Harley Davidson Orange

📋 copy color: '#D73505'

red 215 ◦ green 53 ◦ blue 5

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

Shades of Harley Davidson Orange #D73505

Tints of Harley Davidson Orange #D73505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 78.75%
G = 19.41%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D73505 (or 0xD73505) is known color: Harley Davidson Orange. HEX triplet: D7, 35 and 05. RGB value is (215,53,5). Sum of RGB (Red+Green+Blue) = 215+53+5=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D73505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73505 is #28CAFA. Grayscale: #606060. Windows color (decimal): -2673403 or 341463. OLE color: 341463.

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

Color convert

RGB 215 53 5 -
CMYK 0 0.75 0.98 0.16
HSL 13.71º 0.95% 0.43% -
HSV(B) 13.71º 0.98% 0.84% -
XYZ 29.32 17 1.88 -
YUV 95.97 76.67 212.9 -
System Red Green Blue C M Y K H S L
Decimal 215 53 5 0 0.75 0.98 0.16 13.71 0.95 0.43
Hex D7 35 5 0 4B 62 10 E 5F 2B
Octal 327 65 5 0 113 142 20 16 137 53
Binary 11010111 110101 101 0 1001011 1100010 10000 1110 1011111 101011

Color Harmonies of #D73505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73505

Black with #D73505

Text Example


Text Example

White with #D73505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73505; }

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

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

background-color css

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

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

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

border-color css

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

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

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