Html Css Color HEX #D84411 Harley Davidson Orange

📋 copy color: '#D84411'

red 216 ◦ green 68 ◦ blue 17

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

Shades of Harley Davidson Orange #D84411

Tints of Harley Davidson Orange #D84411

RGB

 RED value IS 216 (84.77% from 255) = 71.76%

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

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

R = 71.76%
G = 22.59%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D84411 (or 0xD84411) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 11. RGB value is (216,68,17). Sum of RGB (Red+Green+Blue) = 216+68+17=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D84411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84411 is #27BBEE. Grayscale: #6A6A6A. Windows color (decimal): -2604015 or 1131736. OLE color: 1131736.

HSL color Cylindrical-coordinate representation of color #D84411: hue angle of 15.38º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D84411 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 68 17 -
CMYK 0 0.69 0.92 0.15
HSL 15.38º 0.85% 0.46% -
HSV(B) 15.38º 0.92% 0.85% -
XYZ 30.49 18.77 2.55 -
YUV 106.44 77.53 206.15 -
System Red Green Blue C M Y K H S L
Decimal 216 68 17 0 0.69 0.92 0.15 15.38 0.85 0.46
Hex D8 44 11 0 45 5C F F 55 2E
Octal 330 104 21 0 105 134 17 17 125 56
Binary 11011000 1000100 10001 0 1000101 1011100 1111 1111 1010101 101110

Color Harmonies of #D84411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84411

Black with #D84411

Text Example


Text Example

White with #D84411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84411; }

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

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

background-color css

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

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

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

border-color css

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

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

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