Html Css Color HEX #D04711 Harley Davidson Orange

📋 copy color: '#D04711'

red 208 ◦ green 71 ◦ blue 17

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

Shades of Harley Davidson Orange #D04711

Tints of Harley Davidson Orange #D04711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 70.27%
G = 23.99%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D04711 (or 0xD04711) is known color: Harley Davidson Orange. HEX triplet: D0, 47 and 11. RGB value is (208,71,17). Sum of RGB (Red+Green+Blue) = 208+71+17=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D04711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04711 is #2FB8EE. Grayscale: #6A6A6A. Windows color (decimal): -3127535 or 1132496. OLE color: 1132496.

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

Color convert

RGB 208 71 17 -
CMYK 0 0.66 0.92 0.18
HSL 16.96º 0.85% 0.44% -
HSV(B) 16.96º 0.92% 0.82% -
XYZ 28.37 17.96 2.5 -
YUV 105.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 208 71 17 0 0.66 0.92 0.18 16.96 0.85 0.44
Hex D0 47 11 0 42 5C 12 11 55 2C
Octal 320 107 21 0 102 134 22 21 125 54
Binary 11010000 1000111 10001 0 1000010 1011100 10010 10001 1010101 101100

Color Harmonies of #D04711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04711

Black with #D04711

Text Example


Text Example

White with #D04711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04711; }

 p { color: rgb(208,71,17); }

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

background-color css

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

 a { background-color: rgb(208,71,17); }

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

border-color css

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

 span { border-color: rgb(208,71,17); }

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