Html Css Color HEX #D04008 Harley Davidson Orange

📋 copy color: '#D04008'

red 208 ◦ green 64 ◦ blue 8

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

Shades of Harley Davidson Orange #D04008

Tints of Harley Davidson Orange #D04008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 74.29%
G = 22.86%
B = 2.86%

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

#D04008 (or 0xD04008) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 08. RGB value is (208,64,8). Sum of RGB (Red+Green+Blue) = 208+64+8=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D04008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04008 is #2FBFF7. Grayscale: #656565. Windows color (decimal): -3129336 or 540880. OLE color: 540880.

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

Color convert

RGB 208 64 8 -
CMYK 0 0.69 0.96 0.18
HSL 16.8º 0.93% 0.42% -
HSV(B) 16.8º 0.96% 0.82% -
XYZ 27.89 17.09 2.06 -
YUV 100.67 75.71 204.55 -
System Red Green Blue C M Y K H S L
Decimal 208 64 8 0 0.69 0.96 0.18 16.8 0.93 0.42
Hex D0 40 8 0 45 60 12 11 5D 2A
Octal 320 100 10 0 105 140 22 21 135 52
Binary 11010000 1000000 1000 0 1000101 1100000 10010 10001 1011101 101010

Color Harmonies of #D04008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04008

Black with #D04008

Text Example


Text Example

White with #D04008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04008; }

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

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

background-color css

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

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

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

border-color css

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

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

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