Html Css Color HEX #D04116 Harley Davidson Orange

📋 copy color: '#D04116'

red 208 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #D04116

Tints of Harley Davidson Orange #D04116

RGB

 RED value IS 208 (81.64% from 255) = 70.51%

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 70.51%
G = 22.03%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D04116 (or 0xD04116) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 16. RGB value is (208,65,22). Sum of RGB (Red+Green+Blue) = 208+65+22=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04116 is #2FBEE9. Grayscale: #676767. Windows color (decimal): -3129066 or 1458640. OLE color: 1458640.

HSL color Cylindrical-coordinate representation of color #D04116: hue angle of 13.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D04116 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 65 22 -
CMYK 0 0.69 0.89 0.18
HSL 13.87º 0.81% 0.45% -
HSV(B) 13.87º 0.89% 0.82% -
XYZ 28.05 17.25 2.61 -
YUV 102.86 82.38 203 -
System Red Green Blue C M Y K H S L
Decimal 208 65 22 0 0.69 0.89 0.18 13.87 0.81 0.45
Hex D0 41 16 0 45 59 12 E 51 2D
Octal 320 101 26 0 105 131 22 16 121 55
Binary 11010000 1000001 10110 0 1000101 1011001 10010 1110 1010001 101101

Color Harmonies of #D04116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04116

Black with #D04116

Text Example


Text Example

White with #D04116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04116; }

 p { color: rgb(208,65,22); }

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

background-color css

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

 a { background-color: rgb(208,65,22); }

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

border-color css

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

 span { border-color: rgb(208,65,22); }

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