Html Css Color HEX #D73205 Harley Davidson Orange

📋 copy color: '#D73205'

red 215 ◦ green 50 ◦ blue 5

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

Shades of Harley Davidson Orange #D73205

Tints of Harley Davidson Orange #D73205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.52%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 79.63%
G = 18.52%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D73205 (or 0xD73205) is known color: Harley Davidson Orange. HEX triplet: D7, 32 and 05. RGB value is (215,50,5). Sum of RGB (Red+Green+Blue) = 215+50+5=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D73205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73205 is #28CDFA. Grayscale: #5E5E5E. Windows color (decimal): -2674171 or 340695. OLE color: 340695.

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

Color convert

RGB 215 50 5 -
CMYK 0 0.77 0.98 0.16
HSL 12.86º 0.95% 0.43% -
HSV(B) 12.86º 0.98% 0.84% -
XYZ 29.19 16.74 1.84 -
YUV 94.21 77.66 214.16 -
System Red Green Blue C M Y K H S L
Decimal 215 50 5 0 0.77 0.98 0.16 12.86 0.95 0.43
Hex D7 32 5 0 4D 62 10 D 5F 2B
Octal 327 62 5 0 115 142 20 15 137 53
Binary 11010111 110010 101 0 1001101 1100010 10000 1101 1011111 101011

Color Harmonies of #D73205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73205

Black with #D73205

Text Example


Text Example

White with #D73205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73205; }

 p { color: rgb(215,50,5); }

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

background-color css

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

 a { background-color: rgb(215,50,5); }

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

border-color css

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

 span { border-color: rgb(215,50,5); }

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