Html Css Color HEX #D73F00 Harley Davidson Orange

📋 copy color: '#D73F00'

red 215 ◦ green 63 ◦ blue 0

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

Shades of Harley Davidson Orange #D73F00

Tints of Harley Davidson Orange #D73F00

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.34%
G = 22.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D73F00 (or 0xD73F00) is known color: Harley Davidson Orange. HEX triplet: D7, 3F and 00. RGB value is (215,63,0). Sum of RGB (Red+Green+Blue) = 215+63+0=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73F00 is #28C0FF. Grayscale: #656565. Windows color (decimal): -2670848 or 16343. OLE color: 16343.

HSL color Cylindrical-coordinate representation of color #D73F00: hue angle of 17.58º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D73F00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 63 0 -
CMYK 0 0.71 1 0.16
HSL 17.58º 1% 0.42% -
HSV(B) 17.58º 1% 0.84% -
XYZ 29.8 18 1.9 -
YUV 101.27 70.86 209.12 -
System Red Green Blue C M Y K H S L
Decimal 215 63 0 0 0.71 1 0.16 17.58 1 0.42
Hex D7 3F 0 0 47 64 10 12 64 2A
Octal 327 77 0 0 107 144 20 22 144 52
Binary 11010111 111111 0 0 1000111 1100100 10000 10010 1100100 101010

Color Harmonies of #D73F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F00

Black with #D73F00

Text Example


Text Example

White with #D73F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F00; }

 p { color: rgb(215,63,0); }

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

background-color css

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

 a { background-color: rgb(215,63,0); }

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

border-color css

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

 span { border-color: rgb(215,63,0); }

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