Html Css Color HEX #D73F0D Harley Davidson Orange

📋 copy color: '#D73F0D'

red 215 ◦ green 63 ◦ blue 13

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

Shades of Harley Davidson Orange #D73F0D

Tints of Harley Davidson Orange #D73F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 21.65%

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 73.88%
G = 21.65%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D73F0D (or 0xD73F0D) is known color: Harley Davidson Orange. HEX triplet: D7, 3F and 0D. RGB value is (215,63,13). Sum of RGB (Red+Green+Blue) = 215+63+13=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73F0D is #28C0F2. Grayscale: #676767. Windows color (decimal): -2670835 or 868311. OLE color: 868311.

HSL color Cylindrical-coordinate representation of color #D73F0D: hue angle of 14.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D73F0D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 63 13 -
CMYK 0 0.71 0.94 0.16
HSL 14.85º 0.89% 0.45% -
HSV(B) 14.85º 0.94% 0.84% -
XYZ 29.87 18.03 2.29 -
YUV 102.75 77.36 208.07 -
System Red Green Blue C M Y K H S L
Decimal 215 63 13 0 0.71 0.94 0.16 14.85 0.89 0.45
Hex D7 3F D 0 47 5E 10 F 59 2D
Octal 327 77 15 0 107 136 20 17 131 55
Binary 11010111 111111 1101 0 1000111 1011110 10000 1111 1011001 101101

Color Harmonies of #D73F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F0D

Black with #D73F0D

Text Example


Text Example

White with #D73F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F0D; }

 p { color: rgb(215,63,13); }

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

background-color css

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

 a { background-color: rgb(215,63,13); }

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

border-color css

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

 span { border-color: rgb(215,63,13); }

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