Html Css Color HEX #D73D04 Harley Davidson Orange

📋 copy color: '#D73D04'

red 215 ◦ green 61 ◦ blue 4

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

Shades of Harley Davidson Orange #D73D04

Tints of Harley Davidson Orange #D73D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.79%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 76.79%
G = 21.79%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D73D04 (or 0xD73D04) is known color: Harley Davidson Orange. HEX triplet: D7, 3D and 04. RGB value is (215,61,4). Sum of RGB (Red+Green+Blue) = 215+61+4=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73D04 is #28C2FB. Grayscale: #646464. Windows color (decimal): -2671356 or 277975. OLE color: 277975.

HSL color Cylindrical-coordinate representation of color #D73D04: hue angle of 16.21º degrees, saturation: 0.96, 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 #D73D04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 61 4 -
CMYK 0 0.72 0.98 0.16
HSL 16.21º 0.96% 0.43% -
HSV(B) 16.21º 0.98% 0.84% -
XYZ 29.71 17.79 1.98 -
YUV 100.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 215 61 4 0 0.72 0.98 0.16 16.21 0.96 0.43
Hex D7 3D 4 0 48 62 10 10 60 2B
Octal 327 75 4 0 110 142 20 20 140 53
Binary 11010111 111101 100 0 1001000 1100010 10000 10000 1100000 101011

Color Harmonies of #D73D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D04

Black with #D73D04

Text Example


Text Example

White with #D73D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D04; }

 p { color: rgb(215,61,4); }

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

background-color css

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

 a { background-color: rgb(215,61,4); }

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

border-color css

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

 span { border-color: rgb(215,61,4); }

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