Html Css Color HEX #D04009 Harley Davidson Orange

📋 copy color: '#D04009'

red 208 ◦ green 64 ◦ blue 9

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

Shades of Harley Davidson Orange #D04009

Tints of Harley Davidson Orange #D04009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 74.02%
G = 22.78%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D04009 (or 0xD04009) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 09. RGB value is (208,64,9). Sum of RGB (Red+Green+Blue) = 208+64+9=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D04009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04009 is #2FBFF6. Grayscale: #656565. Windows color (decimal): -3129335 or 606416. OLE color: 606416.

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

Color convert

RGB 208 64 9 -
CMYK 0 0.69 0.96 0.18
HSL 16.58º 0.92% 0.43% -
HSV(B) 16.58º 0.96% 0.82% -
XYZ 27.9 17.1 2.09 -
YUV 100.79 76.21 204.47 -
System Red Green Blue C M Y K H S L
Decimal 208 64 9 0 0.69 0.96 0.18 16.58 0.92 0.43
Hex D0 40 9 0 45 60 12 11 5C 2B
Octal 320 100 11 0 105 140 22 21 134 53
Binary 11010000 1000000 1001 0 1000101 1100000 10010 10001 1011100 101011

Color Harmonies of #D04009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04009

Black with #D04009

Text Example


Text Example

White with #D04009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04009; }

 p { color: rgb(208,64,9); }

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

background-color css

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

 a { background-color: rgb(208,64,9); }

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

border-color css

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

 span { border-color: rgb(208,64,9); }

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