Html Css Color HEX #D04005 Harley Davidson Orange

📋 copy color: '#D04005'

red 208 ◦ green 64 ◦ blue 5

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

Shades of Harley Davidson Orange #D04005

Tints of Harley Davidson Orange #D04005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 75.09%
G = 23.1%
B = 1.81%

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

#D04005 (or 0xD04005) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 05. RGB value is (208,64,5). Sum of RGB (Red+Green+Blue) = 208+64+5=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D04005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04005 is #2FBFFA. Grayscale: #646464. Windows color (decimal): -3129339 or 344272. OLE color: 344272.

HSL color Cylindrical-coordinate representation of color #D04005: hue angle of 17.44º degrees, saturation: 0.95, 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 #D04005 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 5 -
CMYK 0 0.69 0.98 0.18
HSL 17.44º 0.95% 0.42% -
HSV(B) 17.44º 0.98% 0.82% -
XYZ 27.87 17.09 1.97 -
YUV 100.33 74.21 204.8 -
System Red Green Blue C M Y K H S L
Decimal 208 64 5 0 0.69 0.98 0.18 17.44 0.95 0.42
Hex D0 40 5 0 45 62 12 11 5F 2A
Octal 320 100 5 0 105 142 22 21 137 52
Binary 11010000 1000000 101 0 1000101 1100010 10010 10001 1011111 101010

Color Harmonies of #D04005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04005

Black with #D04005

Text Example


Text Example

White with #D04005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04005; }

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

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

background-color css

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

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

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

border-color css

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

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

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