Html Css Color HEX #D04620 Harley Davidson Orange

📋 copy color: '#D04620'

red 208 ◦ green 70 ◦ blue 32

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

Shades of Harley Davidson Orange #D04620

Tints of Harley Davidson Orange #D04620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.32%

R = 67.1%
G = 22.58%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D04620 (or 0xD04620) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 20. RGB value is (208,70,32). Sum of RGB (Red+Green+Blue) = 208+70+32=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D04620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04620 is #2FB9DF. Grayscale: #6B6B6B. Windows color (decimal): -3127776 or 2115280. OLE color: 2115280.

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

Color convert

RGB 208 70 32 -
CMYK 0 0.66 0.85 0.18
HSL 12.95º 0.73% 0.47% -
HSV(B) 12.95º 0.85% 0.82% -
XYZ 28.46 17.89 3.32 -
YUV 106.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 208 70 32 0 0.66 0.85 0.18 12.95 0.73 0.47
Hex D0 46 20 0 42 55 12 D 49 2F
Octal 320 106 40 0 102 125 22 15 111 57
Binary 11010000 1000110 100000 0 1000010 1010101 10010 1101 1001001 101111

Color Harmonies of #D04620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04620

Black with #D04620

Text Example


Text Example

White with #D04620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04620; }

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

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

background-color css

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

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

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

border-color css

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

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

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