Html Css Color HEX #D94810 Harley Davidson Orange

📋 copy color: '#D94810'

red 217 ◦ green 72 ◦ blue 16

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

Shades of Harley Davidson Orange #D94810

Tints of Harley Davidson Orange #D94810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

 BLUE value IS 16 (6.64% from 255) = 5.25%

R = 71.15%
G = 23.61%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D94810 (or 0xD94810) is known color: Harley Davidson Orange. HEX triplet: D9, 48 and 10. RGB value is (217,72,16). Sum of RGB (Red+Green+Blue) = 217+72+16=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D94810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94810 is #26B7EF. Grayscale: #6D6D6D. Windows color (decimal): -2537456 or 1067225. OLE color: 1067225.

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

Color convert

RGB 217 72 16 -
CMYK 0 0.67 0.93 0.15
HSL 16.72º 0.86% 0.46% -
HSV(B) 16.72º 0.93% 0.85% -
XYZ 31.03 19.42 2.6 -
YUV 108.97 75.54 205.05 -
System Red Green Blue C M Y K H S L
Decimal 217 72 16 0 0.67 0.93 0.15 16.72 0.86 0.46
Hex D9 48 10 0 43 5D F 11 56 2E
Octal 331 110 20 0 103 135 17 21 126 56
Binary 11011001 1001000 10000 0 1000011 1011101 1111 10001 1010110 101110

Color Harmonies of #D94810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94810

Black with #D94810

Text Example


Text Example

White with #D94810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94810; }

 p { color: rgb(217,72,16); }

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

background-color css

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

 a { background-color: rgb(217,72,16); }

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

border-color css

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

 span { border-color: rgb(217,72,16); }

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