Html Css Color HEX #D64116 Harley Davidson Orange

📋 copy color: '#D64116'

red 214 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #D64116

Tints of Harley Davidson Orange #D64116

RGB

 RED value IS 214 (83.98% from 255) = 71.1%

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 71.1%
G = 21.59%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D64116 (or 0xD64116) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 16. RGB value is (214,65,22). Sum of RGB (Red+Green+Blue) = 214+65+22=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D64116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64116 is #29BEE9. Grayscale: #686868. Windows color (decimal): -2735850 or 1458646. OLE color: 1458646.

HSL color Cylindrical-coordinate representation of color #D64116: hue angle of 13.44º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D64116 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 22 -
CMYK 0 0.70 0.90 0.16
HSL 13.44º 0.81% 0.46% -
HSV(B) 13.44º 0.9% 0.84% -
XYZ 29.77 18.13 2.69 -
YUV 104.65 81.36 206 -
System Red Green Blue C M Y K H S L
Decimal 214 65 22 0 0.70 0.90 0.16 13.44 0.81 0.46
Hex D6 41 16 0 46 5A 10 D 51 2E
Octal 326 101 26 0 106 132 20 15 121 56
Binary 11010110 1000001 10110 0 1000110 1011010 10000 1101 1010001 101110

Color Harmonies of #D64116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64116

Black with #D64116

Text Example


Text Example

White with #D64116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64116; }

 p { color: rgb(214,65,22); }

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

background-color css

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

 a { background-color: rgb(214,65,22); }

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

border-color css

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

 span { border-color: rgb(214,65,22); }

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