Html Css Color HEX #D74713 Harley Davidson Orange

📋 copy color: '#D74713'

red 215 ◦ green 71 ◦ blue 19

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

Shades of Harley Davidson Orange #D74713

Tints of Harley Davidson Orange #D74713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

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

R = 70.49%
G = 23.28%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D74713 (or 0xD74713) is known color: Harley Davidson Orange. HEX triplet: D7, 47 and 13. RGB value is (215,71,19). Sum of RGB (Red+Green+Blue) = 215+71+19=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D74713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74713 is #28B8EC. Grayscale: #6C6C6C. Windows color (decimal): -2668781 or 1263575. OLE color: 1263575.

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

Color convert

RGB 215 71 19 -
CMYK 0 0.67 0.91 0.16
HSL 15.92º 0.84% 0.46% -
HSV(B) 15.92º 0.91% 0.84% -
XYZ 30.4 19 2.68 -
YUV 108.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 215 71 19 0 0.67 0.91 0.16 15.92 0.84 0.46
Hex D7 47 13 0 43 5B 10 10 54 2E
Octal 327 107 23 0 103 133 20 20 124 56
Binary 11010111 1000111 10011 0 1000011 1011011 10000 10000 1010100 101110

Color Harmonies of #D74713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74713

Black with #D74713

Text Example


Text Example

White with #D74713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74713; }

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

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

background-color css

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

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

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

border-color css

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

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

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