Html Css Color HEX #D73B14 Harley Davidson Orange

📋 copy color: '#D73B14'

red 215 ◦ green 59 ◦ blue 20

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

Shades of Harley Davidson Orange #D73B14

Tints of Harley Davidson Orange #D73B14

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.07%

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

R = 73.13%
G = 20.07%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D73B14 (or 0xD73B14) is known color: Harley Davidson Orange. HEX triplet: D7, 3B and 14. RGB value is (215,59,20). Sum of RGB (Red+Green+Blue) = 215+59+20=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73B14 is #28C4EB. Grayscale: #656565. Windows color (decimal): -2671852 or 1326039. OLE color: 1326039.

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

Color convert

RGB 215 59 20 -
CMYK 0 0.73 0.91 0.16
HSL 12º 0.83% 0.46% -
HSV(B) 12º 0.91% 0.84% -
XYZ 29.71 17.63 2.5 -
YUV 101.2 82.18 209.17 -
System Red Green Blue C M Y K H S L
Decimal 215 59 20 0 0.73 0.91 0.16 12 0.83 0.46
Hex D7 3B 14 0 49 5B 10 C 53 2E
Octal 327 73 24 0 111 133 20 14 123 56
Binary 11010111 111011 10100 0 1001001 1011011 10000 1100 1010011 101110

Color Harmonies of #D73B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B14

Black with #D73B14

Text Example


Text Example

White with #D73B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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