Html Css Color HEX #D73306 Harley Davidson Orange

📋 copy color: '#D73306'

red 215 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #D73306

Tints of Harley Davidson Orange #D73306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 79.04%
G = 18.75%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D73306 (or 0xD73306) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 06. RGB value is (215,51,6). Sum of RGB (Red+Green+Blue) = 215+51+6=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D73306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73306 is #28CCF9. Grayscale: #5F5F5F. Windows color (decimal): -2673914 or 406487. OLE color: 406487.

HSL color Cylindrical-coordinate representation of color #D73306: hue angle of 12.92º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D73306 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 51 6 -
CMYK 0 0.76 0.97 0.16
HSL 12.92º 0.95% 0.43% -
HSV(B) 12.92º 0.97% 0.84% -
XYZ 29.24 16.83 1.88 -
YUV 94.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 215 51 6 0 0.76 0.97 0.16 12.92 0.95 0.43
Hex D7 33 6 0 4C 61 10 D 5F 2B
Octal 327 63 6 0 114 141 20 15 137 53
Binary 11010111 110011 110 0 1001100 1100001 10000 1101 1011111 101011

Color Harmonies of #D73306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73306

Black with #D73306

Text Example


Text Example

White with #D73306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73306; }

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

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

background-color css

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

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

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

border-color css

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

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

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