Html Css Color HEX #D04811 Harley Davidson Orange

📋 copy color: '#D04811'

red 208 ◦ green 72 ◦ blue 17

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

Shades of Harley Davidson Orange #D04811

Tints of Harley Davidson Orange #D04811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

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

R = 70.03%
G = 24.24%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D04811 (or 0xD04811) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 11. RGB value is (208,72,17). Sum of RGB (Red+Green+Blue) = 208+72+17=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D04811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04811 is #2FB7EE. Grayscale: #6A6A6A. Windows color (decimal): -3127279 or 1132752. OLE color: 1132752.

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

Color convert

RGB 208 72 17 -
CMYK 0 0.65 0.92 0.18
HSL 17.28º 0.85% 0.44% -
HSV(B) 17.28º 0.92% 0.82% -
XYZ 28.43 18.09 2.52 -
YUV 106.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 208 72 17 0 0.65 0.92 0.18 17.28 0.85 0.44
Hex D0 48 11 0 41 5C 12 11 55 2C
Octal 320 110 21 0 101 134 22 21 125 54
Binary 11010000 1001000 10001 0 1000001 1011100 10010 10001 1010101 101100

Color Harmonies of #D04811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04811

Black with #D04811

Text Example


Text Example

White with #D04811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04811; }

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

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

background-color css

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

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

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

border-color css

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

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

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