Html Css Color HEX #D6170C Harley Davidson Orange

📋 copy color: '#D6170C'

red 214 ◦ green 23 ◦ blue 12

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

Shades of Harley Davidson Orange #D6170C

Tints of Harley Davidson Orange #D6170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 85.94%
G = 9.24%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6170C (or 0xD6170C) is known color: Harley Davidson Orange. HEX triplet: D6, 17 and 0C. RGB value is (214,23,12). Sum of RGB (Red+Green+Blue) = 214+23+12=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D6170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6170C is #29E8F3. Grayscale: #4F4F4F. Windows color (decimal): -2746612 or 792534. OLE color: 792534.

HSL color Cylindrical-coordinate representation of color #D6170C: hue angle of 3.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6170C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 12 -
CMYK 0 0.89 0.94 0.16
HSL 3.27º 0.89% 0.44% -
HSV(B) 3.27º 0.94% 0.84% -
XYZ 28.1 14.94 1.75 -
YUV 78.86 90.28 224.39 -
System Red Green Blue C M Y K H S L
Decimal 214 23 12 0 0.89 0.94 0.16 3.27 0.89 0.44
Hex D6 17 C 0 59 5E 10 3 59 2C
Octal 326 27 14 0 131 136 20 3 131 54
Binary 11010110 10111 1100 0 1011001 1011110 10000 11 1011001 101100

Color Harmonies of #D6170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6170C

Black with #D6170C

Text Example


Text Example

White with #D6170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6170C; }

 p { color: rgb(214,23,12); }

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

background-color css

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

 a { background-color: rgb(214,23,12); }

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

border-color css

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

 span { border-color: rgb(214,23,12); }

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