Html Css Color HEX #D74715 Harley Davidson Orange

📋 copy color: '#D74715'

red 215 ◦ green 71 ◦ blue 21

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

Shades of Harley Davidson Orange #D74715

Tints of Harley Davidson Orange #D74715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 70.03%
G = 23.13%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D74715 (or 0xD74715) is known color: Harley Davidson Orange. HEX triplet: D7, 47 and 15. RGB value is (215,71,21). Sum of RGB (Red+Green+Blue) = 215+71+21=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D74715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74715 is #28B8EA. Grayscale: #6C6C6C. Windows color (decimal): -2668779 or 1394647. OLE color: 1394647.

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

Color convert

RGB 215 71 21 -
CMYK 0 0.67 0.90 0.16
HSL 15.46º 0.82% 0.46% -
HSV(B) 15.46º 0.9% 0.84% -
XYZ 30.41 19.01 2.78 -
YUV 108.36 78.71 204.07 -
System Red Green Blue C M Y K H S L
Decimal 215 71 21 0 0.67 0.90 0.16 15.46 0.82 0.46
Hex D7 47 15 0 43 5A 10 F 52 2E
Octal 327 107 25 0 103 132 20 17 122 56
Binary 11010111 1000111 10101 0 1000011 1011010 10000 1111 1010010 101110

Color Harmonies of #D74715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74715

Black with #D74715

Text Example


Text Example

White with #D74715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74715; }

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

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

background-color css

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

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

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

border-color css

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

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

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