Html Css Color HEX #D04004 Harley Davidson Orange

📋 copy color: '#D04004'

red 208 ◦ green 64 ◦ blue 4

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

Shades of Harley Davidson Orange #D04004

Tints of Harley Davidson Orange #D04004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 75.36%
G = 23.19%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D04004 (or 0xD04004) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 04. RGB value is (208,64,4). Sum of RGB (Red+Green+Blue) = 208+64+4=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D04004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04004 is #2FBFFB. Grayscale: #646464. Windows color (decimal): -3129340 or 278736. OLE color: 278736.

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

Color convert

RGB 208 64 4 -
CMYK 0 0.69 0.98 0.18
HSL 17.65º 0.96% 0.42% -
HSV(B) 17.65º 0.98% 0.82% -
XYZ 27.87 17.09 1.94 -
YUV 100.22 73.71 204.88 -
System Red Green Blue C M Y K H S L
Decimal 208 64 4 0 0.69 0.98 0.18 17.65 0.96 0.42
Hex D0 40 4 0 45 62 12 12 60 2A
Octal 320 100 4 0 105 142 22 22 140 52
Binary 11010000 1000000 100 0 1000101 1100010 10010 10010 1100000 101010

Color Harmonies of #D04004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04004

Black with #D04004

Text Example


Text Example

White with #D04004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04004; }

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

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

background-color css

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

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

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

border-color css

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

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

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