Html Css Color HEX #D04411 Harley Davidson Orange

📋 copy color: '#D04411'

red 208 ◦ green 68 ◦ blue 17

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

Shades of Harley Davidson Orange #D04411

Tints of Harley Davidson Orange #D04411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 70.99%
G = 23.21%
B = 5.8%

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

#D04411 (or 0xD04411) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 11. RGB value is (208,68,17). Sum of RGB (Red+Green+Blue) = 208+68+17=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D04411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04411 is #2FBBEE. Grayscale: #686868. Windows color (decimal): -3128303 or 1131728. OLE color: 1131728.

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

Color convert

RGB 208 68 17 -
CMYK 0 0.67 0.92 0.18
HSL 16.02º 0.85% 0.44% -
HSV(B) 16.02º 0.92% 0.82% -
XYZ 28.18 17.58 2.44 -
YUV 104.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 208 68 17 0 0.67 0.92 0.18 16.02 0.85 0.44
Hex D0 44 11 0 43 5C 12 10 55 2C
Octal 320 104 21 0 103 134 22 20 125 54
Binary 11010000 1000100 10001 0 1000011 1011100 10010 10000 1010101 101100

Color Harmonies of #D04411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04411

Black with #D04411

Text Example


Text Example

White with #D04411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04411; }

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

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

background-color css

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

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

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

border-color css

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

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

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