Html Css Color HEX #D94610 Harley Davidson Orange

📋 copy color: '#D94610'

red 217 ◦ green 70 ◦ blue 16

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

Shades of Harley Davidson Orange #D94610

Tints of Harley Davidson Orange #D94610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 71.62%
G = 23.1%
B = 5.28%

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

#D94610 (or 0xD94610) is known color: Harley Davidson Orange. HEX triplet: D9, 46 and 10. RGB value is (217,70,16). Sum of RGB (Red+Green+Blue) = 217+70+16=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D94610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94610 is #26B9EF. Grayscale: #6C6C6C. Windows color (decimal): -2537968 or 1066713. OLE color: 1066713.

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

Color convert

RGB 217 70 16 -
CMYK 0 0.68 0.93 0.15
HSL 16.12º 0.86% 0.46% -
HSV(B) 16.12º 0.93% 0.85% -
XYZ 30.9 19.17 2.56 -
YUV 107.8 76.2 205.89 -
System Red Green Blue C M Y K H S L
Decimal 217 70 16 0 0.68 0.93 0.15 16.12 0.86 0.46
Hex D9 46 10 0 44 5D F 10 56 2E
Octal 331 106 20 0 104 135 17 20 126 56
Binary 11011001 1000110 10000 0 1000100 1011101 1111 10000 1010110 101110

Color Harmonies of #D94610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94610

Black with #D94610

Text Example


Text Example

White with #D94610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94610; }

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

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

background-color css

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

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

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

border-color css

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

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

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