Html Css Color HEX #D94712 Harley Davidson Orange

📋 copy color: '#D94712'

red 217 ◦ green 71 ◦ blue 18

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

Shades of Harley Davidson Orange #D94712

Tints of Harley Davidson Orange #D94712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.88%

R = 70.92%
G = 23.2%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D94712 (or 0xD94712) is known color: Harley Davidson Orange. HEX triplet: D9, 47 and 12. RGB value is (217,71,18). Sum of RGB (Red+Green+Blue) = 217+71+18=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D94712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94712 is #26B8ED. Grayscale: #6C6C6C. Windows color (decimal): -2537710 or 1198041. OLE color: 1198041.

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

Color convert

RGB 217 71 18 -
CMYK 0 0.67 0.92 0.15
HSL 15.98º 0.85% 0.46% -
HSV(B) 15.98º 0.92% 0.85% -
XYZ 30.98 19.3 2.67 -
YUV 108.61 76.87 205.31 -
System Red Green Blue C M Y K H S L
Decimal 217 71 18 0 0.67 0.92 0.15 15.98 0.85 0.46
Hex D9 47 12 0 43 5C F 10 55 2E
Octal 331 107 22 0 103 134 17 20 125 56
Binary 11011001 1000111 10010 0 1000011 1011100 1111 10000 1010101 101110

Color Harmonies of #D94712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94712

Black with #D94712

Text Example


Text Example

White with #D94712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94712; }

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

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

background-color css

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

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

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

border-color css

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

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

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