Html Css Color HEX #D94510 Harley Davidson Orange

📋 copy color: '#D94510'

red 217 ◦ green 69 ◦ blue 16

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

Shades of Harley Davidson Orange #D94510

Tints of Harley Davidson Orange #D94510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.85%

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

R = 71.85%
G = 22.85%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D94510 (or 0xD94510) is known color: Harley Davidson Orange. HEX triplet: D9, 45 and 10. RGB value is (217,69,16). Sum of RGB (Red+Green+Blue) = 217+69+16=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D94510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94510 is #26BAEF. Grayscale: #6B6B6B. Windows color (decimal): -2538224 or 1066457. OLE color: 1066457.

HSL color Cylindrical-coordinate representation of color #D94510: hue angle of 15.82º 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 #D94510 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 69 16 -
CMYK 0 0.68 0.93 0.15
HSL 15.82º 0.86% 0.46% -
HSV(B) 15.82º 0.93% 0.85% -
XYZ 30.84 19.05 2.54 -
YUV 107.21 76.53 206.31 -
System Red Green Blue C M Y K H S L
Decimal 217 69 16 0 0.68 0.93 0.15 15.82 0.86 0.46
Hex D9 45 10 0 44 5D F 10 56 2E
Octal 331 105 20 0 104 135 17 20 126 56
Binary 11011001 1000101 10000 0 1000100 1011101 1111 10000 1010110 101110

Color Harmonies of #D94510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94510

Black with #D94510

Text Example


Text Example

White with #D94510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94510; }

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

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

background-color css

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

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

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

border-color css

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

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

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