Html Css Color HEX #D73402 Harley Davidson Orange

📋 copy color: '#D73402'

red 215 ◦ green 52 ◦ blue 2

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

Shades of Harley Davidson Orange #D73402

Tints of Harley Davidson Orange #D73402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

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

R = 79.93%
G = 19.33%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D73402 (or 0xD73402) is known color: Harley Davidson Orange. HEX triplet: D7, 34 and 02. RGB value is (215,52,2). Sum of RGB (Red+Green+Blue) = 215+52+2=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D73402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73402 is #28CBFD. Grayscale: #5F5F5F. Windows color (decimal): -2673662 or 144599. OLE color: 144599.

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

Color convert

RGB 215 52 2 -
CMYK 0 0.76 0.99 0.16
HSL 14.08º 0.98% 0.43% -
HSV(B) 14.08º 0.99% 0.84% -
XYZ 29.26 16.91 1.78 -
YUV 95.04 75.5 213.57 -
System Red Green Blue C M Y K H S L
Decimal 215 52 2 0 0.76 0.99 0.16 14.08 0.98 0.43
Hex D7 34 2 0 4C 63 10 E 62 2B
Octal 327 64 2 0 114 143 20 16 142 53
Binary 11010111 110100 10 0 1001100 1100011 10000 1110 1100010 101011

Color Harmonies of #D73402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73402

Black with #D73402

Text Example


Text Example

White with #D73402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73402; }

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

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

background-color css

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

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

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

border-color css

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

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

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