Html Css Color HEX #D64416 Harley Davidson Orange

📋 copy color: '#D64416'

red 214 ◦ green 68 ◦ blue 22

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

Shades of Harley Davidson Orange #D64416

Tints of Harley Davidson Orange #D64416

RGB

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

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

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

R = 70.39%
G = 22.37%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D64416 (or 0xD64416) is known color: Harley Davidson Orange. HEX triplet: D6, 44 and 16. RGB value is (214,68,22). Sum of RGB (Red+Green+Blue) = 214+68+22=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D64416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64416 is #29BBE9. Grayscale: #6A6A6A. Windows color (decimal): -2735082 or 1459414. OLE color: 1459414.

HSL color Cylindrical-coordinate representation of color #D64416: hue angle of 14.38º 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 #D64416 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 22 -
CMYK 0 0.68 0.90 0.16
HSL 14.38º 0.81% 0.46% -
HSV(B) 14.38º 0.9% 0.84% -
XYZ 29.94 18.49 2.75 -
YUV 106.41 80.37 204.74 -
System Red Green Blue C M Y K H S L
Decimal 214 68 22 0 0.68 0.90 0.16 14.38 0.81 0.46
Hex D6 44 16 0 44 5A 10 E 51 2E
Octal 326 104 26 0 104 132 20 16 121 56
Binary 11010110 1000100 10110 0 1000100 1011010 10000 1110 1010001 101110

Color Harmonies of #D64416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64416

Black with #D64416

Text Example


Text Example

White with #D64416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64416; }

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

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

background-color css

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

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

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

border-color css

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

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

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