Html Css Color HEX #D73613 Harley Davidson Orange

📋 copy color: '#D73613'

red 215 ◦ green 54 ◦ blue 19

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

Shades of Harley Davidson Orange #D73613

Tints of Harley Davidson Orange #D73613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.75%

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 74.65%
G = 18.75%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D73613 (or 0xD73613) is known color: Harley Davidson Orange. HEX triplet: D7, 36 and 13. RGB value is (215,54,19). Sum of RGB (Red+Green+Blue) = 215+54+19=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D73613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D73613 is #28C9EC. Grayscale: #626262. Windows color (decimal): -2673133 or 1259223. OLE color: 1259223.

HSL color Cylindrical-coordinate representation of color #D73613: hue angle of 10.71º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D73613 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 54 19 -
CMYK 0 0.75 0.91 0.16
HSL 10.71º 0.84% 0.46% -
HSV(B) 10.71º 0.91% 0.84% -
XYZ 29.46 17.13 2.37 -
YUV 98.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 215 54 19 0 0.75 0.91 0.16 10.71 0.84 0.46
Hex D7 36 13 0 4B 5B 10 B 54 2E
Octal 327 66 23 0 113 133 20 13 124 56
Binary 11010111 110110 10011 0 1001011 1011011 10000 1011 1010100 101110

Color Harmonies of #D73613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73613

Black with #D73613

Text Example


Text Example

White with #D73613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73613; }

 p { color: rgb(215,54,19); }

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

background-color css

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

 a { background-color: rgb(215,54,19); }

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

border-color css

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

 span { border-color: rgb(215,54,19); }

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