Html Css Color HEX #D6401D Harley Davidson Orange

📋 copy color: '#D6401D'

red 214 ◦ green 64 ◦ blue 29

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

Shades of Harley Davidson Orange #D6401D

Tints of Harley Davidson Orange #D6401D

RGB

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

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

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

R = 69.71%
G = 20.85%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6401D (or 0xD6401D) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 1D. RGB value is (214,64,29). Sum of RGB (Red+Green+Blue) = 214+64+29=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6401D is #29BFE2. Grayscale: #696969. Windows color (decimal): -2736099 or 1917142. OLE color: 1917142.

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

Color convert

RGB 214 64 29 -
CMYK 0 0.70 0.86 0.16
HSL 11.35º 0.76% 0.48% -
HSV(B) 11.35º 0.86% 0.84% -
XYZ 29.79 18.05 3.08 -
YUV 104.86 85.2 205.85 -
System Red Green Blue C M Y K H S L
Decimal 214 64 29 0 0.70 0.86 0.16 11.35 0.76 0.48
Hex D6 40 1D 0 46 56 10 B 4C 30
Octal 326 100 35 0 106 126 20 13 114 60
Binary 11010110 1000000 11101 0 1000110 1010110 10000 1011 1001100 110000

Color Harmonies of #D6401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6401D

Black with #D6401D

Text Example


Text Example

White with #D6401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6401D; }

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

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

background-color css

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

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

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

border-color css

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

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

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