Html Css Color HEX #D6491C Harley Davidson Orange

📋 copy color: '#D6491C'

red 214 ◦ green 73 ◦ blue 28

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

Shades of Harley Davidson Orange #D6491C

Tints of Harley Davidson Orange #D6491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 67.94%
G = 23.17%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6491C (or 0xD6491C) is known color: Harley Davidson Orange. HEX triplet: D6, 49 and 1C. RGB value is (214,73,28). Sum of RGB (Red+Green+Blue) = 214+73+28=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6491C is #29B6E3. Grayscale: #6E6E6E. Windows color (decimal): -2733796 or 1853910. OLE color: 1853910.

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

Color convert

RGB 214 73 28 -
CMYK 0 0.66 0.87 0.16
HSL 14.52º 0.77% 0.47% -
HSV(B) 14.52º 0.87% 0.84% -
XYZ 30.32 19.15 3.2 -
YUV 110.03 81.71 202.16 -
System Red Green Blue C M Y K H S L
Decimal 214 73 28 0 0.66 0.87 0.16 14.52 0.77 0.47
Hex D6 49 1C 0 42 57 10 F 4D 2F
Octal 326 111 34 0 102 127 20 17 115 57
Binary 11010110 1001001 11100 0 1000010 1010111 10000 1111 1001101 101111

Color Harmonies of #D6491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6491C

Black with #D6491C

Text Example


Text Example

White with #D6491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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