Html Css Color HEX #D73304 Harley Davidson Orange

📋 copy color: '#D73304'

red 215 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #D73304

Tints of Harley Davidson Orange #D73304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

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

R = 79.63%
G = 18.89%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D73304 (or 0xD73304) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 04. RGB value is (215,51,4). Sum of RGB (Red+Green+Blue) = 215+51+4=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D73304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73304 is #28CCFB. Grayscale: #5F5F5F. Windows color (decimal): -2673916 or 275415. OLE color: 275415.

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

Color convert

RGB 215 51 4 -
CMYK 0 0.76 0.98 0.16
HSL 13.36º 0.96% 0.43% -
HSV(B) 13.36º 0.98% 0.84% -
XYZ 29.23 16.82 1.82 -
YUV 94.68 76.83 213.82 -
System Red Green Blue C M Y K H S L
Decimal 215 51 4 0 0.76 0.98 0.16 13.36 0.96 0.43
Hex D7 33 4 0 4C 62 10 D 60 2B
Octal 327 63 4 0 114 142 20 15 140 53
Binary 11010111 110011 100 0 1001100 1100010 10000 1101 1100000 101011

Color Harmonies of #D73304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73304

Black with #D73304

Text Example


Text Example

White with #D73304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73304; }

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

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

background-color css

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

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

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

border-color css

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

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

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