Html Css Color HEX #D94715 Harley Davidson Orange

📋 copy color: '#D94715'

red 217 ◦ green 71 ◦ blue 21

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

Shades of Harley Davidson Orange #D94715

Tints of Harley Davidson Orange #D94715

RGB

 RED value IS 217 (85.16% from 255) = 70.23%

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

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

R = 70.23%
G = 22.98%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94715 (or 0xD94715) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 15. RGB value is (217,71,21). Sum of RGB (Red+Green+Blue) = 217+71+21=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D94715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94715 is #26B8EA. Grayscale: #6D6D6D. Windows color (decimal): -2537707 or 1394649. OLE color: 1394649.

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

Color convert

RGB 217 71 21 -
CMYK 0 0.67 0.90 0.15
HSL 15.31º 0.82% 0.47% -
HSV(B) 15.31º 0.9% 0.85% -
XYZ 31 19.31 2.8 -
YUV 108.95 78.37 205.07 -
System Red Green Blue C M Y K H S L
Decimal 217 71 21 0 0.67 0.90 0.15 15.31 0.82 0.47
Hex D9 47 15 0 43 5A F F 52 2F
Octal 331 107 25 0 103 132 17 17 122 57
Binary 11011001 1000111 10101 0 1000011 1011010 1111 1111 1010010 101111

Color Harmonies of #D94715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94715

Black with #D94715

Text Example


Text Example

White with #D94715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94715; }

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

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

background-color css

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

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

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

border-color css

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

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

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