Html Css Color HEX #D94714 Harley Davidson Orange

📋 copy color: '#D94714'

red 217 ◦ green 71 ◦ blue 20

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

Shades of Harley Davidson Orange #D94714

Tints of Harley Davidson Orange #D94714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 70.45%
G = 23.05%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D94714 (or 0xD94714) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 14. RGB value is (217,71,20). Sum of RGB (Red+Green+Blue) = 217+71+20=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D94714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94714 is #26B8EB. Grayscale: #6D6D6D. Windows color (decimal): -2537708 or 1329113. OLE color: 1329113.

HSL color Cylindrical-coordinate representation of color #D94714: hue angle of 15.53º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D94714 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 71 20 -
CMYK 0 0.67 0.91 0.15
HSL 15.53º 0.83% 0.46% -
HSV(B) 15.53º 0.91% 0.85% -
XYZ 30.99 19.31 2.76 -
YUV 108.84 77.87 205.15 -
System Red Green Blue C M Y K H S L
Decimal 217 71 20 0 0.67 0.91 0.15 15.53 0.83 0.46
Hex D9 47 14 0 43 5B F 10 53 2E
Octal 331 107 24 0 103 133 17 20 123 56
Binary 11011001 1000111 10100 0 1000011 1011011 1111 10000 1010011 101110

Color Harmonies of #D94714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94714

Black with #D94714

Text Example


Text Example

White with #D94714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94714; }

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

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

background-color css

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

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

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

border-color css

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

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

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