Html Css Color HEX #D73B02 Harley Davidson Orange

📋 copy color: '#D73B02'

red 215 ◦ green 59 ◦ blue 2

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

Shades of Harley Davidson Orange #D73B02

Tints of Harley Davidson Orange #D73B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.38%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 77.9%
G = 21.38%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D73B02 (or 0xD73B02) is known color: Harley Davidson Orange. HEX triplet: D7, 3B and 02. RGB value is (215,59,2). Sum of RGB (Red+Green+Blue) = 215+59+2=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73B02 is #28C4FD. Grayscale: #636363. Windows color (decimal): -2671870 or 146391. OLE color: 146391.

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

Color convert

RGB 215 59 2 -
CMYK 0 0.73 0.99 0.16
HSL 16.06º 0.98% 0.43% -
HSV(B) 16.06º 0.99% 0.84% -
XYZ 29.6 17.58 1.89 -
YUV 99.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 215 59 2 0 0.73 0.99 0.16 16.06 0.98 0.43
Hex D7 3B 2 0 49 63 10 10 62 2B
Octal 327 73 2 0 111 143 20 20 142 53
Binary 11010111 111011 10 0 1001001 1100011 10000 10000 1100010 101011

Color Harmonies of #D73B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B02

Black with #D73B02

Text Example


Text Example

White with #D73B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B02; }

 p { color: rgb(215,59,2); }

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

background-color css

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

 a { background-color: rgb(215,59,2); }

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

border-color css

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

 span { border-color: rgb(215,59,2); }

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