Html Css Color HEX #D94616 Harley Davidson Orange

📋 copy color: '#D94616'

red 217 ◦ green 70 ◦ blue 22

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

Shades of Harley Davidson Orange #D94616

Tints of Harley Davidson Orange #D94616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 70.23%
G = 22.65%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94616 (or 0xD94616) is known color: Harley Davidson Orange. HEX triplet: D9, 46 and 16. RGB value is (217,70,22). Sum of RGB (Red+Green+Blue) = 217+70+22=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D94616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94616 is #26B9E9. Grayscale: #6C6C6C. Windows color (decimal): -2537962 or 1459929. OLE color: 1459929.

HSL color Cylindrical-coordinate representation of color #D94616: hue angle of 14.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D94616 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 70 22 -
CMYK 0 0.68 0.90 0.15
HSL 14.77º 0.82% 0.47% -
HSV(B) 14.77º 0.9% 0.85% -
XYZ 30.95 19.19 2.83 -
YUV 108.48 79.2 205.4 -
System Red Green Blue C M Y K H S L
Decimal 217 70 22 0 0.68 0.90 0.15 14.77 0.82 0.47
Hex D9 46 16 0 44 5A F F 52 2F
Octal 331 106 26 0 104 132 17 17 122 57
Binary 11011001 1000110 10110 0 1000100 1011010 1111 1111 1010010 101111

Color Harmonies of #D94616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94616

Black with #D94616

Text Example


Text Example

White with #D94616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94616; }

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

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

background-color css

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

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

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

border-color css

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

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

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