Html Css Color HEX #D84014 Harley Davidson Orange

📋 copy color: '#D84014'

red 216 ◦ green 64 ◦ blue 20

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

Shades of Harley Davidson Orange #D84014

Tints of Harley Davidson Orange #D84014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

 BLUE value IS 20 (8.2% from 255) = 6.67%

R = 72%
G = 21.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D84014 (or 0xD84014) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 14. RGB value is (216,64,20). Sum of RGB (Red+Green+Blue) = 216+64+20=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D84014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84014 is #27BFEB. Grayscale: #686868. Windows color (decimal): -2605036 or 1327320. OLE color: 1327320.

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

Color convert

RGB 216 64 20 -
CMYK 0 0.70 0.91 0.15
HSL 13.47º 0.83% 0.46% -
HSV(B) 13.47º 0.91% 0.85% -
XYZ 30.28 18.32 2.6 -
YUV 104.43 80.36 207.58 -
System Red Green Blue C M Y K H S L
Decimal 216 64 20 0 0.70 0.91 0.15 13.47 0.83 0.46
Hex D8 40 14 0 46 5B F D 53 2E
Octal 330 100 24 0 106 133 17 15 123 56
Binary 11011000 1000000 10100 0 1000110 1011011 1111 1101 1010011 101110

Color Harmonies of #D84014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84014

Black with #D84014

Text Example


Text Example

White with #D84014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84014; }

 p { color: rgb(216,64,20); }

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

background-color css

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

 a { background-color: rgb(216,64,20); }

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

border-color css

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

 span { border-color: rgb(216,64,20); }

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