Html Css Color HEX #D73000 Harley Davidson Orange

📋 copy color: '#D73000'

red 215 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #D73000

Tints of Harley Davidson Orange #D73000

RGB

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

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

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

R = 81.75%
G = 18.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D73000 (or 0xD73000) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 00. RGB value is (215,48,0). Sum of RGB (Red+Green+Blue) = 215+48+0=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D73000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73000 is #28CFFF. Grayscale: #5C5C5C. Windows color (decimal): -2674688 or 12503. OLE color: 12503.

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

Color convert

RGB 215 48 0 -
CMYK 0 0.78 1 0.16
HSL 13.4º 1% 0.42% -
HSV(B) 13.4º 1% 0.84% -
XYZ 29.08 16.56 1.66 -
YUV 92.46 75.83 215.4 -
System Red Green Blue C M Y K H S L
Decimal 215 48 0 0 0.78 1 0.16 13.4 1 0.42
Hex D7 30 0 0 4E 64 10 D 64 2A
Octal 327 60 0 0 116 144 20 15 144 52
Binary 11010111 110000 0 0 1001110 1100100 10000 1101 1100100 101010

Color Harmonies of #D73000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73000

Black with #D73000

Text Example


Text Example

White with #D73000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73000; }

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

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

background-color css

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

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

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

border-color css

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

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

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