Html Css Color HEX #D6491D Harley Davidson Orange

📋 copy color: '#D6491D'

red 214 ◦ green 73 ◦ blue 29

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

Shades of Harley Davidson Orange #D6491D

Tints of Harley Davidson Orange #D6491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 29 (11.72% from 255) = 9.18%

R = 67.72%
G = 23.1%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6491D (or 0xD6491D) is known color: Harley Davidson Orange. HEX triplet: D6, 49 and 1D. RGB value is (214,73,29). Sum of RGB (Red+Green+Blue) = 214+73+29=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D6491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6491D is #29B6E2. Grayscale: #6E6E6E. Windows color (decimal): -2733795 or 1919446. OLE color: 1919446.

HSL color Cylindrical-coordinate representation of color #D6491D: hue angle of 14.27º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6491D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 29 -
CMYK 0 0.66 0.86 0.16
HSL 14.27º 0.76% 0.48% -
HSV(B) 14.27º 0.86% 0.84% -
XYZ 30.34 19.15 3.26 -
YUV 110.14 82.21 202.08 -
System Red Green Blue C M Y K H S L
Decimal 214 73 29 0 0.66 0.86 0.16 14.27 0.76 0.48
Hex D6 49 1D 0 42 56 10 E 4C 30
Octal 326 111 35 0 102 126 20 16 114 60
Binary 11010110 1001001 11101 0 1000010 1010110 10000 1110 1001100 110000

Color Harmonies of #D6491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6491D

Black with #D6491D

Text Example


Text Example

White with #D6491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6491D; }

 p { color: rgb(214,73,29); }

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

background-color css

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

 a { background-color: rgb(214,73,29); }

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

border-color css

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

 span { border-color: rgb(214,73,29); }

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