Html Css Color HEX #D73102 Harley Davidson Orange

📋 copy color: '#D73102'

red 215 ◦ green 49 ◦ blue 2

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

Shades of Harley Davidson Orange #D73102

Tints of Harley Davidson Orange #D73102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

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

R = 80.83%
G = 18.42%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D73102 (or 0xD73102) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 02. RGB value is (215,49,2). Sum of RGB (Red+Green+Blue) = 215+49+2=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D73102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73102 is #28CEFD. Grayscale: #5D5D5D. Windows color (decimal): -2674430 or 143831. OLE color: 143831.

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

Color convert

RGB 215 49 2 -
CMYK 0 0.77 0.99 0.16
HSL 13.24º 0.98% 0.43% -
HSV(B) 13.24º 0.99% 0.84% -
XYZ 29.13 16.65 1.74 -
YUV 93.28 76.5 214.82 -
System Red Green Blue C M Y K H S L
Decimal 215 49 2 0 0.77 0.99 0.16 13.24 0.98 0.43
Hex D7 31 2 0 4D 63 10 D 62 2B
Octal 327 61 2 0 115 143 20 15 142 53
Binary 11010111 110001 10 0 1001101 1100011 10000 1101 1100010 101011

Color Harmonies of #D73102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73102

Black with #D73102

Text Example


Text Example

White with #D73102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73102; }

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

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

background-color css

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

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

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

border-color css

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

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

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