#D6170E

Color #D6170E Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D6170E

Tints of Harley Davidson Orange #D6170E

Color information

#D6170E (or 0xD6170E) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 17 and 0E. RGB value is (214,23,14). Sum of RGB (Red+Green+Blue) = 214+23+14=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D6170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6170E is #29E8F1. Grayscale: #4F4F4F. Windows color (decimal): -2746610 or 923606. OLE color: 923606.

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

Color convert

RGB2142314-
CMYK00.890.930.16
HSL2.7º87.72%44.71%-
HSV(B)2.7º93.46%83.92%-
XYZ28.1214.941.82-
YUV79.0891.28224.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 85.26%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=85.26%
G=9.16%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214231400.890.930.162.787.7244.71
HexD617E0595D103582d
Octal3262716013113520313055
Binary1101011010111111001011001101110110000111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6170E; }

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

 H1.HeaderClassName
 {
   color: #D6170E;
 }
 .AnyTagClassName
 {
   color: #D6170E;
 }
</style>
background-color css

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

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

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

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

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

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