Html Css Color HEX #D04610 Harley Davidson Orange

📋 copy color: '#D04610'

red 208 ◦ green 70 ◦ blue 16

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

Shades of Harley Davidson Orange #D04610

Tints of Harley Davidson Orange #D04610

RGB

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

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

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

R = 70.75%
G = 23.81%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D04610 (or 0xD04610) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 10. RGB value is (208,70,16). Sum of RGB (Red+Green+Blue) = 208+70+16=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D04610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04610 is #2FB9EF. Grayscale: #696969. Windows color (decimal): -3127792 or 1066704. OLE color: 1066704.

HSL color Cylindrical-coordinate representation of color #D04610: hue angle of 16.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D04610 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 16 -
CMYK 0 0.66 0.92 0.18
HSL 16.88º 0.86% 0.44% -
HSV(B) 16.88º 0.92% 0.82% -
XYZ 28.3 17.83 2.44 -
YUV 105.11 77.72 201.39 -
System Red Green Blue C M Y K H S L
Decimal 208 70 16 0 0.66 0.92 0.18 16.88 0.86 0.44
Hex D0 46 10 0 42 5C 12 11 56 2C
Octal 320 106 20 0 102 134 22 21 126 54
Binary 11010000 1000110 10000 0 1000010 1011100 10010 10001 1010110 101100

Color Harmonies of #D04610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04610

Black with #D04610

Text Example


Text Example

White with #D04610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04610; }

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

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

background-color css

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

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

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

border-color css

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

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

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