Html Css Color HEX #D94416 Harley Davidson Orange

📋 copy color: '#D94416'

red 217 ◦ green 68 ◦ blue 22

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

Shades of Harley Davidson Orange #D94416

Tints of Harley Davidson Orange #D94416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.15%

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

R = 70.68%
G = 22.15%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94416 (or 0xD94416) is known color: Harley Davidson Orange. HEX triplet: D9, 44 and 16. RGB value is (217,68,22). Sum of RGB (Red+Green+Blue) = 217+68+22=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D94416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94416 is #26BBE9. Grayscale: #6B6B6B. Windows color (decimal): -2538474 or 1459417. OLE color: 1459417.

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

Color convert

RGB 217 68 22 -
CMYK 0 0.69 0.90 0.15
HSL 14.15º 0.82% 0.47% -
HSV(B) 14.15º 0.9% 0.85% -
XYZ 30.83 18.94 2.79 -
YUV 107.31 79.86 206.24 -
System Red Green Blue C M Y K H S L
Decimal 217 68 22 0 0.69 0.90 0.15 14.15 0.82 0.47
Hex D9 44 16 0 45 5A F E 52 2F
Octal 331 104 26 0 105 132 17 16 122 57
Binary 11011001 1000100 10110 0 1000101 1011010 1111 1110 1010010 101111

Color Harmonies of #D94416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94416

Black with #D94416

Text Example


Text Example

White with #D94416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94416; }

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

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

background-color css

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

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

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

border-color css

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

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

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