Html Css Color HEX #D6401C Harley Davidson Orange

📋 copy color: '#D6401C'

red 214 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #D6401C

Tints of Harley Davidson Orange #D6401C

RGB

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

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

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

R = 69.93%
G = 20.92%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6401C (or 0xD6401C) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 1C. RGB value is (214,64,28). Sum of RGB (Red+Green+Blue) = 214+64+28=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D6401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6401C is #29BFE3. Grayscale: #696969. Windows color (decimal): -2736100 or 1851606. OLE color: 1851606.

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

Color convert

RGB 214 64 28 -
CMYK 0 0.70 0.87 0.16
HSL 11.61º 0.77% 0.47% -
HSV(B) 11.61º 0.87% 0.84% -
XYZ 29.77 18.05 3.01 -
YUV 104.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 214 64 28 0 0.70 0.87 0.16 11.61 0.77 0.47
Hex D6 40 1C 0 46 57 10 C 4D 2F
Octal 326 100 34 0 106 127 20 14 115 57
Binary 11010110 1000000 11100 0 1000110 1010111 10000 1100 1001101 101111

Color Harmonies of #D6401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6401C

Black with #D6401C

Text Example


Text Example

White with #D6401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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