Html Css Color HEX #D04511 Harley Davidson Orange

📋 copy color: '#D04511'

red 208 ◦ green 69 ◦ blue 17

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

Shades of Harley Davidson Orange #D04511

Tints of Harley Davidson Orange #D04511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 70.75%
G = 23.47%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D04511 (or 0xD04511) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 11. RGB value is (208,69,17). Sum of RGB (Red+Green+Blue) = 208+69+17=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D04511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04511 is #2FBAEE. Grayscale: #686868. Windows color (decimal): -3128047 or 1131984. OLE color: 1131984.

HSL color Cylindrical-coordinate representation of color #D04511: hue angle of 16.34º 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 #D04511 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 17 -
CMYK 0 0.67 0.92 0.18
HSL 16.34º 0.85% 0.44% -
HSV(B) 16.34º 0.92% 0.82% -
XYZ 28.24 17.71 2.46 -
YUV 104.63 78.55 201.73 -
System Red Green Blue C M Y K H S L
Decimal 208 69 17 0 0.67 0.92 0.18 16.34 0.85 0.44
Hex D0 45 11 0 43 5C 12 10 55 2C
Octal 320 105 21 0 103 134 22 20 125 54
Binary 11010000 1000101 10001 0 1000011 1011100 10010 10000 1010101 101100

Color Harmonies of #D04511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04511

Black with #D04511

Text Example


Text Example

White with #D04511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04511; }

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

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

background-color css

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

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

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

border-color css

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

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

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