Html Css Color HEX #D94216 Harley Davidson Orange

📋 copy color: '#D94216'

red 217 ◦ green 66 ◦ blue 22

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

Shades of Harley Davidson Orange #D94216

Tints of Harley Davidson Orange #D94216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 71.15%
G = 21.64%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D94216 (or 0xD94216) is known color: Harley Davidson Orange. HEX triplet: D9, 42 and 16. RGB value is (217,66,22). Sum of RGB (Red+Green+Blue) = 217+66+22=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D94216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94216 is #26BDE9. Grayscale: #6A6A6A. Windows color (decimal): -2538986 or 1458905. OLE color: 1458905.

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

Color convert

RGB 217 66 22 -
CMYK 0 0.70 0.90 0.15
HSL 13.54º 0.82% 0.47% -
HSV(B) 13.54º 0.9% 0.85% -
XYZ 30.71 18.71 2.75 -
YUV 106.13 80.53 207.08 -
System Red Green Blue C M Y K H S L
Decimal 217 66 22 0 0.70 0.90 0.15 13.54 0.82 0.47
Hex D9 42 16 0 46 5A F E 52 2F
Octal 331 102 26 0 106 132 17 16 122 57
Binary 11011001 1000010 10110 0 1000110 1011010 1111 1110 1010010 101111

Color Harmonies of #D94216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94216

Black with #D94216

Text Example


Text Example

White with #D94216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94216; }

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

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

background-color css

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

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

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

border-color css

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

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

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